[RFC/PATCH] http_server: handle premature grandparent death

2014-05-02 Thread Eric Wong
When daemonizing, it is possible for the grandparent to be terminated by another process before the master can notify it. Do not abort the master in this case. This may fix the following issue: https://github.com/kostya/eye/issues/49 (which I was notified of privately via email) ---

Re: Does unicorn waits after_work to consider a worker ready?

2014-05-02 Thread Eric Wong
BrĂ¡ulio Bhavamitra brau...@eita.org.br wrote: That's the ruby design, as the heap only grows, so with a request that loads a lot of data the heap will grow big and never shrink. http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/ That's ancient, I was waiting