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/05/07 05:18:56 UTC

DO NOT REPLY [Bug 19716] New: - hanging file descriptors

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=19716>.
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=19716

hanging file descriptors

           Summary: hanging file descriptors
           Product: Apache httpd-2.0
           Version: 2.0.45
          Platform: Other
               URL: http://www.onlinephonestore.com
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Critical
          Priority: Other
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: clau@cs.cmu.edu


I get the following in the server error logs:

[Tue May 06 22:48:02 2003] [warn] new file descriptor 1253 is too large; you 
probably need to rebuild Apache with a larger FD_SETSIZE (currently 1024)

This shouldn't happen since I'm not even close to having 1024 concurrent 
server requests.  When it happens, the server doesn't respond to any httpd 
requests at all.  It immediately closes all socket connections.  I'm using 
prefork.c since I'm having issues with using threads on FreeBSD.  It would 
take up to 30 seconds for http or https to respond to request (and no i'm not 
using /dev/random)

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