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

Antoine Pitrou report at bugs.python.org
Fri Dec 28 22:49:16 CET 2012


Antoine Pitrou added the comment:

> Would producer_fifo have to change from a deque() to a memoryview()
> object?

A memoryview is not a container, it's a view over an existing container.

> In that case we might have to take backward compatibility into account 
> (producer_fifo already changed in 2.6 and if I'm not mistaken that
> might have caused some problems).

Does asyncore expose its implementation details?

----------

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


More information about the Python-bugs-list mailing list