asynchat - operation could not complete w/ blocking

Fredrik Lundh fredrik at pythonware.com
Wed Mar 8 00:29:22 EST 2006


"Andreas R." wrote:

> I'm using Python's asynchat module for networking.
> When calling the sendall() method of asynchat,
> I sometimes get the error message "the operation
> could not complete without blocking".

what sendall method ?  to get proper output buffering with asynchat, use
"push" (or "push_with_producer").

</F>






More information about the Python-list mailing list