stop ruby service

M

Maryam Shoeybi

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
 
G

Glen Holcomb

[Note: parts of this message were removed to make it a legal post.]

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
If ruby is running then you still have something running ruby. You could
always kill the ruby process and see who/what complains.
 
M

maryam.shoeybi

[Note:  parts of this message were removed to make it a legal post.]

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?

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?
 
L

Lex Williams

unknown said:
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
 
G

Glen Holcomb

[Note: parts of this message were removed to make it a legal post.]

[Note: parts of this message were removed to make it a legal post.]

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?

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.
 
M

Maryam Shoeybi

Glen said:
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?
 
G

Glen Holcomb

[Note: parts of this message were removed to make it a legal post.]

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?
Sorry can't help you on that one. I'm not sure how your system is
configured.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,201
Messages
2,571,052
Members
47,656
Latest member
rickwatson

Latest Threads

Top