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

Buffer jkprintf() to increase chunk size returned to client

           Summary: Buffer jkprintf() to increase chunk size returned to
                    client
           Product: Tomcat 5
           Version: 5.0.18
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Native:JK
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


At present jkprintf()in mod_jk2 sends the content of each call to the function 
as a chunk back to the client (at least when processing status pages), 
resulting in some packets having as little as 20 bytes of html data. The 
enhancement envisaged would buffer this output up to the size supported by the 
web interface (less overheads) and flush the buffer at the end of the output 
request. If the buffer 'fills' during the request handling then flush the chunk 
immediately.

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

Reply via email to