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
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
On Aug 21, 2:31 pm, Glen H. [email protected] wrote:
How can i stop ruby server on my server with out uninstall it?
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?
unknown wrote:
On Aug 21, 2:31�pm, Glen H. [email protected] wrote:
How can i stop ruby server on my server with out uninstall it?
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?
killall ruby
On Thu, Aug 21, 2008 at 12:21 PM, Maryam Shoeybi
[email protected]wrote:
Posted via http://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)
On Thu, Aug 21, 2008 at 12:56 PM, [email protected] wrote:
but still when i use top command ruby run in my servers.
–
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)
Glen H. wrote:
On Thu, Aug 21, 2008 at 12:56 PM, [email protected] wrote:
but still when i use top command ruby run in my servers.
–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)
Thanks guys, all your note was helpful.
now i dont want to uninstall ruby i just want to remove it from Linux or
Apache startup file that dont run ruby anymore which file i should
change?
On Thu, Aug 21, 2008 at 2:57 PM, Maryam Shoeybi
[email protected]wrote:
be able to test your code independently of any other ruby code being run
now i dont want to uninstall ruby i just want to remove it from Linux or
Apache startup file that dont run ruby anymore which file i should
change?
–
Posted via http://www.ruby-forum.com/.
Sorry can’t help you on that one. I’m not sure how your system is
configured.
–
“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)
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs