AFAICT they use

INT, TERM, HUP, USR1, USR2 (most of them in the fastcgi handler, but mongrel
and thin use them as well)

thin also uses QUIT

That's what i got from quickly running grep over my rails gems
I've asked koz if I left some out and if I did I'll let you know which ones
are missing.


On Mon, May 19, 2008 at 12:11 PM, Wayne Kelly <[EMAIL PROTECTED]> wrote:

>
> I'm not sure I can answer that question in it's totality as I'm not
> familiar with much of the Rails framework. But the examples that I've seen
> so far have been trapping the SIGINT and/or TERM signals in order to perform
> a graceful controlled shutdown.
>
> Cheers, Wayne.
>
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > Tomas Matousek
> > Sent: Monday, 19 May 2008 10:00 AM
> > To: [email protected]
> > Subject: Re: [Ironruby-core] Signal.trap
> >
> > What signals are used in Rails and what for?
> >
> > Tomas
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > Sanghyeon Seo
> > Sent: Sunday, May 18, 2008 9:32 AM
> > To: [email protected]
> > Subject: Re: [Ironruby-core] Signal.trap
> >
> > 2008/5/18 Michael Letterle <[EMAIL PROTECTED]>:
> > > PInvokes would, of course, make it non-portable to mono...or
> > > silverlight for that matter.  So no, I don't think it's a
> > good idea :)
> >
> > Well, Mono supports P/Invoke, and Ruby.NET's Signal code
> > actually worked fine on Mono. (In this case, signal()
> > function is portable between Windows and Unix.)
> >
> > Silverlight would be problematic indeed. But then, why would
> > Ruby code in Silverlight use methods in Signal module?
> >
> > --
> > Seo Sanghyeon
> > _______________________________________________
> > Ironruby-core mailing list
> > [email protected]
> > http://rubyforge.org/mailman/listinfo/ironruby-core
> > _______________________________________________
> > Ironruby-core mailing list
> > [email protected]
> > http://rubyforge.org/mailman/listinfo/ironruby-core
> >
> _______________________________________________
> Ironruby-core mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/ironruby-core
>
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to