Re: svn commit: r735093 - /httpd/httpd/trunk/server/mpm/winnt/child.c

2009-01-22 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: Rainer Jung wrote: When I undo this change, it works again :) By adding some logging, I see, that my XP system takes the else branch. Feel free to commit - fantastic sleuthing --- Thanks!!! If you don't beat me to it the fix will be in my next round of commits

Re: svn commit: r735093 - /httpd/httpd/trunk/server/mpm/winnt/child.c

2009-01-21 Thread Rainer Jung
On 19.01.2009 19:48, Rainer Jung wrote: On 19.01.2009 18:33, William A. Rowe, Jr. wrote: Rainer Jung wrote: I built trunk on XP today. When trying to run it, I get a restart loop for the child process, and the error log contains repetitions of: [Sun Jan 18 19:20:43 2009] [notice] Child

Re: svn commit: r735093 - /httpd/httpd/trunk/server/mpm/winnt/child.c

2009-01-21 Thread William A. Rowe, Jr.
Rainer Jung wrote: On 19.01.2009 19:48, Rainer Jung wrote: On 19.01.2009 18:33, William A. Rowe, Jr. wrote: Rainer Jung wrote: I built trunk on XP today. When trying to run it, I get a restart loop for the child process, and the error log contains repetitions of: [Sun Jan 18 19:20:43 2009]

Re: svn commit: r735093 - /httpd/httpd/trunk/server/mpm/winnt/child.c

2009-01-21 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: Rainer Jung wrote: Could be, that there's something wrong with the code that copies the listen sockets from the main process to the child. Exactly; one of the primary possibilities is that a well documented API, WSADuplicateSocket does not behave for a given

Re: svn commit: r735093 - /httpd/httpd/trunk/server/mpm/winnt/child.c

2009-01-21 Thread Rainer Jung
On 21.01.2009 18:33, William A. Rowe, Jr. wrote: William A. Rowe, Jr. wrote: Rainer Jung wrote: Could be, that there's something wrong with the code that copies the listen sockets from the main process to the child. Exactly; one of the primary possibilities is that a well documented API,

Re: svn commit: r735093 - /httpd/httpd/trunk/server/mpm/winnt/child.c

2009-01-21 Thread William A. Rowe, Jr.
Rainer Jung wrote: On 21.01.2009 18:33, William A. Rowe, Jr. wrote: William A. Rowe, Jr. wrote: Rainer Jung wrote: Could be, that there's something wrong with the code that copies the listen sockets from the main process to the child. Exactly; one of the primary possibilities is that a well

Re: svn commit: r735093 - /httpd/httpd/trunk/server/mpm/winnt/child.c

2009-01-19 Thread Issac Goldstand
Rainer Jung wrote: On 16.01.2009 20:30, wr...@apache.org wrote: Author: wrowe Date: Fri Jan 16 11:30:42 2009 New Revision: 735093 URL: http://svn.apache.org/viewvc?rev=735093view=rev Log: Introduce Win32 AcceptFilter handling. Divided into 3 classes, this implements the first two; *

Re: svn commit: r735093 - /httpd/httpd/trunk/server/mpm/winnt/child.c

2009-01-19 Thread Rainer Jung
On 19.01.2009 09:55, Issac Goldstand wrote: Rainer Jung wrote: On 16.01.2009 20:30, wr...@apache.org wrote: Author: wrowe Date: Fri Jan 16 11:30:42 2009 New Revision: 735093 URL: http://svn.apache.org/viewvc?rev=735093view=rev Log: Introduce Win32 AcceptFilter handling. Divided into 3

Re: svn commit: r735093 - /httpd/httpd/trunk/server/mpm/winnt/child.c

2009-01-19 Thread Issac Goldstand
Rainer Jung wrote: On 19.01.2009 09:55, Issac Goldstand wrote: Rainer Jung wrote: On 16.01.2009 20:30, wr...@apache.org wrote: Author: wrowe Date: Fri Jan 16 11:30:42 2009 New Revision: 735093 URL: http://svn.apache.org/viewvc?rev=735093view=rev Log: Introduce Win32 AcceptFilter

Re: svn commit: r735093 - /httpd/httpd/trunk/server/mpm/winnt/child.c

2009-01-19 Thread William A. Rowe, Jr.
Rainer Jung wrote: On 16.01.2009 20:30, wr...@apache.org wrote: Author: wrowe Date: Fri Jan 16 11:30:42 2009 New Revision: 735093 URL: http://svn.apache.org/viewvc?rev=735093view=rev Log: Introduce Win32 AcceptFilter handling. Divided into 3 classes, this implements the first two; *

Re: svn commit: r735093 - /httpd/httpd/trunk/server/mpm/winnt/child.c

2009-01-19 Thread Rainer Jung
On 19.01.2009 18:33, William A. Rowe, Jr. wrote: Rainer Jung wrote: I built trunk on XP today. When trying to run it, I get a restart loop for the child process, and the error log contains repetitions of: [Sun Jan 18 19:20:43 2009] [notice] Child 4556: Starting thread to listen on port 8000.

Re: svn commit: r735093 - /httpd/httpd/trunk/server/mpm/winnt/child.c

2009-01-19 Thread Rainer Jung
On 19.01.2009 19:48, Rainer Jung wrote: On 19.01.2009 18:33, William A. Rowe, Jr. wrote: Curiosity, XP SP? -- and did you tweak apr.h(w) to enable IPV6? Tested again with APR_HAVE_IPV6 set to 1. Build succeeds, httpd starts, but http requests do not get any answer. There is no restart loop

Re: svn commit: r735093 - /httpd/httpd/trunk/server/mpm/winnt/child.c

2009-01-18 Thread Rainer Jung
On 16.01.2009 20:30, wr...@apache.org wrote: Author: wrowe Date: Fri Jan 16 11:30:42 2009 New Revision: 735093 URL: http://svn.apache.org/viewvc?rev=735093view=rev Log: Introduce Win32 AcceptFilter handling. Divided into 3 classes, this implements the first two; * AcceptFilter 'data' - much