Good libraries for network programming (not asynchronous)

Tvrtko qvx3000 at gmail.com
Wed Sep 23 23:02:40 EDT 2009


On Sep 24, 4:36 am, Jeff McNeil <j... at jmcneil.net> wrote:
> I know this probably isn't overly helpful, but Twisted allows you to
> defer a blocking call to a thread using a 'deferToThread' construct.
> It exists so that you can run otherwise synchronous calls in an async.
> manner.

I'm already using this, but the larger issue still remains.



More information about the Python-list mailing list