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/01/02 13:39:10 UTC

DO NOT REPLY [Bug 15761] New: - apache stops working after 260 requests

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

apache stops working after 260 requests

           Summary: apache stops working after 260 requests
           Product: Apache httpd-2.0
           Version: 2.0.43
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: tom@izb.net


I searched the bug database but could not find a similar entry.

My problem is as follows:

I am using FreeBSD 4.7. I compiled apache 2.0.43 out of the box (without
any patches) with MPM set to 'prefork'. Compilation works and its also
no problem to start the daemon.

After that I run siege (I used 'ab' as well as a self-written tool with
identical results) on the apache. After 260 requests siege stopped working (it
sleeped). I interrupted siege and tried it manually (telnet *.*.*.* 80
GET /). apache still responded to my connection and it did also deliver
the / request. But it did not *close* the connection. I had to kill
my telnet session.

My next try was to compile apache as MPM worker. For this to work correctly
I applied the patches of the apache 2.0.43 freebsd-port.
But the result is the very same. 260 requests are working then it stops
closing connections.

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