RE: [ANN] Mongrel 0.3.9 -- GemPlugin Based

From: [email protected]
[mailto:[email protected]] On Behalf Of Carl
Youngblood
Sent: Monday, March 06, 2006 8:59 AM
To: [email protected]
Subject: Re: [Rails] [ANN] Mongrel 0.3.9 – GemPlugin Based

Minor nitpick, but I would love it if someone could figure out why the
win32 version of mongrel won’t respond to ctrl-C.
Thanks,
Carl

Stick this at the top of your code:

Thread.new { loop { sleep 0.01 } }

Regards,

Dan

And where, exactly should one put this in his rails app?