2008/8/3 Alexey Vlasov <[EMAIL PROTECTED]>: > Hi Lazy. > > On Wed, May 21, 2008 at 12:20:29PM +0200, Lazy wrote: > >> 1) Due to lack of locking multiple Multiplexers exit from poll-ing >> listening sockets and only 1 accept it, others will block on accept, >> normally this is ok > ... > > Unfortunately I didn't understand if you patch would fix graceful > restarts in peruser. But results (Subject: [peruser] graceful and > peruser) remained the same with only one exception - there're no > segfaults (but it can be because of the empty server). that's good
the connection after a graceful restart is killed by ExpireTimeout, you can try and rise it or disable by setting 0, do it with caution with my patch there should be no workers/multiplexers left behind after a graceful restart hence no need for ExpireTimeout, but still I see some memory leaks in main root process and it alone can make bad things happen, but it's an another story PS. You have to remember to set multiplexer to use same user as User in apache conf for 1) to work -- Michal Grzedzicki _______________________________________________ Peruser mailing list [email protected] http://www.telana.com/mailman/listinfo/peruser
