Eric Wong <[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] -- 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
