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 2010/10/25 02:23:18 UTC

DO NOT REPLY [Bug 50116] Apache fragments packets unnecessarily

https://issues.apache.org/bugzilla/show_bug.cgi?id=50116

William A. Rowe Jr. <wr...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Apache segments packets     |Apache fragments packets
                   |unncessarily                |unnecessarily

--- Comment #2 from William A. Rowe Jr. <wr...@apache.org> 2010-10-24 20:23:15 EDT ---
I suspect this may be a platform side effect of the writev()/sendv() family of
instructions, combined with the specific tcp drivers in place.  These optimized
instructions require the socket stack to cooperate.  Applications which don't
use these vector-based multiple data streams to coalesce data into a stream
would not show any evidence that things are odd at the socket stack.

This is worth further investigation, but you need to indicate the specific OS
and especially the actual tcp/ip network drivers in use, thanks!

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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