[ python-Bugs-1000538 ] Send quality

noreply at pgfoundry.org noreply at pgfoundry.org
Fri Jan 27 23:33:30 GMT 2006


Bugs item #1000538, was opened at 2006-01-27 16:33
You can respond by visiting: 
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1000538&group_id=1000094

Category: FE/Proboscis
Group: Performance Issue
Status: Open
Resolution: None
Priority: 4
Submitted By: James Pye (jwp)
Assigned to: James Pye (jwp)
Summary: Send quality

Initial Comment:
Sending is dramatically slower than reception. This is unexpected due to the fact that sending is simpler than reception. Where within reception, parsing needs to be done. Currently, sending takes as many messages as it can, does a ''.join(list) and sends them in one string. I'm unsure if this is the issue at all, or if it's getting Nagled somehow.

----------------------------------------------------------------------

You can respond by visiting: 
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1000538&group_id=1000094


More information about the Python-general mailing list