Hi,

I have a number of rails servers running on windows as a single
service (written in C#) and would like to terminate all processes when
the service is stopped.

The windows C# way is to use Process.abort(), but it does not seem to
kill all processes.

Another way is to have a controller method perform a Kernel::exit(1)
or an abort(). These terminate the thread, but do not kill the server,
at least not mongrel or webrick.

Maybe the answer is obvious, but I am not really a windows person.

Any ideas?

Thanks,
Guus.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to