Rick Fiorentino wrote:
> Hi Jeremy,
> 
> This appears work however there is no way to cleanly shut down the
> 
> style --debug --handler scgi start
> 
> control-c's are ignored and the only way to stop this is to shutdown / 
> close the cmd prompt.
> 
> Basically, I am surprised there is not a SIG handler in windows to do 
> this as well?
> 
> If more info is needed please let me know...

Ctrl-C should send SIGINT, so I'm not sure why it is not working.  You 
should be able to stop it with Ctrl-Break.  You may want to see what 
Signal.list gives you, and try adding your own signal handlers to see if 
you can get something that works better.

Jeremy

-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to