Re: svn commit: r239711 - /httpd/httpd/trunk/server/mpm/prefork/prefork.c

2005-08-24 Thread Justin Erenkrantz
--On August 24, 2005 4:58:14 PM + [EMAIL PROTECTED] wrote: Author: colm Date: Wed Aug 24 09:58:11 2005 New Revision: 239711 URL: http://svn.apache.org/viewcvs?rev=239711&view=rev Log: Implement "de-listening" for graceful restarts with the prefork MPM. With this change; 1.) httpd -k gra

Re: svn commit: r239711 - /httpd/httpd/trunk/server/mpm/prefork/prefork.c

2005-08-24 Thread Joe Orton
On Wed, Aug 24, 2005 at 12:02:37PM -0700, Justin Erenkrantz wrote: > --On August 24, 2005 4:58:14 PM + [EMAIL PROTECTED] wrote: > >This means that the listening sockets are freed for re-use. In the > >ordinary case, this makes no difference. However if for example admin > >changes "Listen 80" t

Re: svn commit: r239711 - /httpd/httpd/trunk/server/mpm/prefork/prefork.c

2005-08-24 Thread Colm MacCarthaigh
On Wed, Aug 24, 2005 at 08:08:51PM +0100, Joe Orton wrote: > On Wed, Aug 24, 2005 at 12:02:37PM -0700, Justin Erenkrantz wrote: > > --On August 24, 2005 4:58:14 PM + [EMAIL PROTECTED] wrote: > > >This means that the listening sockets are freed for re-use. In the > > >ordinary case, this makes n

Re: svn commit: r239711 - /httpd/httpd/trunk/server/mpm/prefork/prefork.c

2005-08-24 Thread Joe Orton
On Wed, Aug 24, 2005 at 08:18:35PM +0100, Colm MacCarthaigh wrote: > On Wed, Aug 24, 2005 at 08:08:51PM +0100, Joe Orton wrote: > > On Wed, Aug 24, 2005 at 12:02:37PM -0700, Justin Erenkrantz wrote: > > > --On August 24, 2005 4:58:14 PM + [EMAIL PROTECTED] wrote: > > > >This means that the list

Re: svn commit: r239711 - /httpd/httpd/trunk/server/mpm/prefork/prefork.c

2005-08-24 Thread Colm MacCarthaigh
On Wed, Aug 24, 2005 at 08:21:35PM +0100, Joe Orton wrote: > > It's not fixed *just* yet, only in prefork, and the PR reporter was > > using worker. I had found the PR ;) > > Duh, I missed that, sorry. Oh I'm well ahead in the Duh stats ;) I've updated the CHANGES and PR anyway, thanks for the st