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

Exceed Serverlimit directive when REGET are accessing

           Summary: Exceed Serverlimit directive when REGET are accessing
           Product: Apache httpd-2.0
           Version: 2.0.43
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: worker
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I am testing apache-2.0.43 --with-mpm=worker on tru64 UNIX.
I found the bug when I runned bench mark test using the ab
and REGET-tool.
 The apache are accessed by REGET-tool(Partial download) when
the apache has fully child-processis as server-limit by the ab,
I found a lot of the httpd prosessis more than server-limit 
directive.

 I changed the source code. 

 worker.c:1524
original>        if (free_length == 0) {
changed >        if (free_length == 0 || totally_free_length == 0) {

 and compiled with 'MAX_SPAWN_RATE (1)'

 so, the apache has been not exceeded the Serverlimit.
I guess worker.c has not tuned in working on heavycondition yet.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to