From: maryam.shoeybi@... Date: 2008-08-22T03:56:22+09:00 Subject: Re: stop ruby service On Aug 21, 2:31 pm, Glen Holcomb wrote: > [Note:  parts of this message were removed to make it a legal post.] > > On Thu, Aug 21, 2008 at 12:21 PM, Maryam Shoeybi wrote: > > > I want to stop ruby service on my linux server. > > > I kill all mongrel_rail process. > > > but still when i use top command ruby run in my servers. > > > How can i stop ruby server on my server with out uninstall it? > > > Thanks > > -- > > Posted viahttp://www.ruby-forum.com/. > > If ruby is running then you still have something running ruby.  You could > always kill the ruby process and see who/what complains. > > -- > "Hey brother Christian with your high and mighty errand, Your actions speak > so loud, I can't hear a word you're saying." > > -Greg Graffin (Bad Religion) ok i wnat to kill the ruby process bu i couldnt because pid of ruby process in top command change very fast? i want to stop ruby to test my codeh but i dont know how?