[issue16787] asyncore.dispatcher_with_send - increase the send buffer size

Giampaolo Rodola' report at bugs.python.org
Fri Dec 28 18:05:36 CET 2012


Giampaolo Rodola' added the comment:

IMO no. asyncore.dispatcher_with_send should not exist in the first place as it basically is a castrated version of asynchat.async_chat with less capabilities. I'd say it's there only for an historical reason.

Moving ac_*_buffer_size to asyncore.dispatcher makes no sense as it offers no buffer capabilities whatsoever in the first place.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16787>
_______________________________________


More information about the Python-bugs-list mailing list