You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/10/22 01:16:05 UTC

DO NOT REPLY [Bug 21425] - Asynchronous AcceptEx failed

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21425>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21425

Asynchronous AcceptEx failed





------- Additional Comments From f61wz1i02@sneakemail.com  2003-10-21 23:16 -------
Greetings,
Is there any way to turn off these dynamic IP assignments in the OS, or 
modifications to make to Apache to make this work properly?  I am getting half 
a million hits a day on my box now, and I believe this to be the source of the 
problem of my "Server cannot be found" errors that my users are experiencing 
more and more often.  I know this is not a problem with not having enough 
connections established as I initially thought (thinking the issues may not be 
related), because I have modified my conf to handle many connections:

KeepAlive On
MaxKeepAliveRequests 600
KeepAliveTimeout 15

<IfModule mpm_winnt.c>
ThreadsPerChild 1024
MaxRequestsPerChild  0
</IfModule>

I have messed with these settings to high heaven in hopes to fix the "cannot 
find server" error, but now I am noticing a correlation between this AcceptEx 
error and my "DNS" error.

Are there plans to implement such a feature?  If not, where do I requset that 
it be implemented?  And is there an OS modification that can be made to stop 
this error from happening without turning KeepAlive off?

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org