From: Glen Holcomb Date: 2008-08-22T04:01:59+09:00 Subject: Re: stop ruby service ------=_Part_45530_571243.1219345537784 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Thu, Aug 21, 2008 at 12:56 PM, wrote: > 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? > > Something is running frequently that is spawning different ruby processes, they aren't lasting very long from the sound of things though. You should be able to test your code independently of any other ruby code being run though. -- "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) ------=_Part_45530_571243.1219345537784--