Alex Sharp <[email protected]> wrote: > On Tuesday, August 30, 2011 at 5:33 PM, Eric Wong wrote: > > Eric Wong <[email protected] (mailto:[email protected])> wrote: > > > + trap(sig) do > > > + @logger.debug("received SIG#{sig}") > > > > I'm even more glad I didn't apply this patch to Unicorn. I completely > > forgot Logger uses a mutex internally (even though it doesn't need to > > when writing to a POSIX-compliant file system). > > > > Rainbows! has a similar issue I fixed/worked around: > > http://mid.gmane.org/[email protected] > > So are you saying that Unicorn is affected with the same issue? I'm > confused -- does the master send USR1 signals to the workers when it > receives a USR2? I'm not sending a USR1 signal to the master.
No, Unicorn is not affected. It /would have/ been, had I applied that patch. -- Eric Wong _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
