Re: [us...@httpd] httpd.exe -k restart command is closing connections on Windows

2009-01-29 Thread dbezerra
I'm running Windows Vista SP1 and Apache Apache/2.2.11 When I start to test 3-5 times it works well but then stop working and don't work anymore until I reboot the machine. William A. Rowe, Jr. wrote: > > dbezerra wrote: >> >> What is happening with me is that some times the old child process

Re: [us...@httpd] httpd.exe -k restart command is closing connections on Windows

2009-01-28 Thread William A. Rowe, Jr.
dbezerra wrote: > > What is happening with me is that some times the old child process is closed > with its TCP connections before to finish its requests, but some times not. > Is this a bug? Define "some times". > 60 seconds? when there are more than 10 open connections? It's helpful if you c

Re: [us...@httpd] httpd.exe -k restart command is closing connections on Windows

2009-01-28 Thread William A. Rowe, Jr.
Evan Platt wrote: > At 04:52 PM 1/28/2009, you wrote: > >> My main objective is (on Apache with Windows) to reload the configuration >> without interrupting any request still being processed on any TCP >> connection. >> >> I believe the command httpd.exe -k restart was designed to do that. > > No

Re: [us...@httpd] httpd.exe -k restart command is closing connections on Windows

2009-01-28 Thread Eric Covener
On Wed, Jan 28, 2009 at 7:58 PM, Evan Platt wrote: > At 04:52 PM 1/28/2009, you wrote: > >> My main objective is (on Apache with Windows) to reload the configuration >> without interrupting any request still being processed on any TCP >> connection. >> >> I believe the command httpd.exe -k restart

Re: [us...@httpd] httpd.exe -k restart command is closing connections on Windows

2009-01-28 Thread Evan Platt
At 04:52 PM 1/28/2009, you wrote: My main objective is (on Apache with Windows) to reload the configuration without interrupting any request still being processed on any TCP connection. I believe the command httpd.exe -k restart was designed to do that. Not really. Have a look at http://httpd

Re: [us...@httpd] httpd.exe -k restart command is closing connections on Windows

2009-01-28 Thread dbezerra
gt;> >>> restart, by design, should stop and start the server, without regard to >>> connections. >>> >>> graceful reloads the config and then reloads each thread as it becomes >>> inactive. >>> >>> At least that's how it was put to me at a high leve

Re: [us...@httpd] httpd.exe -k restart command is closing connections on Windows

2009-01-28 Thread André Warnier
ast that's how it was put to me at a high level. Gary From: dbezerra [mailto:dbeze...@accesssoftek.com] Sent: Wed 1/28/2009 2:51 PM To: users@httpd.apache.org Subject: [us...@httpd] httpd.exe -k restart command is closing connections on Windows When I

RE: [us...@httpd] httpd.exe -k restart command is closing connections on Windows

2009-01-28 Thread dbezerra
onfig and then reloads each thread as it becomes > inactive. > > At least that's how it was put to me at a high level. > > Gary > > > > From: dbezerra [mailto:dbeze...@accesssoftek.com] > Sent: Wed 1/28/2009 2:51 PM > To: u

RE: [us...@httpd] httpd.exe -k restart command is closing connections on Windows

2009-01-28 Thread Gary W. Smith
From: dbezerra [mailto:dbeze...@accesssoftek.com] Sent: Wed 1/28/2009 2:51 PM To: users@httpd.apache.org Subject: [us...@httpd] httpd.exe -k restart command is closing connections on Windows When I use the command httpd.exe -k restart on Windows current HTTP connections are closed. Is this