threads and Tk
Fredrik Lundh
fredrik at pythonware.com
Wed Sep 22 10:22:40 EDT 1999
Eric I. Arnoth <earnoth at home.com> wrote:
> > (personally, I'd forget about threads, and use asynclib
> > instead, but that's another story).
>
> What is asynclib? Where do I find it? I've been unable to find any
> reference to it in the html'd manual.
it's a library consisting of asyncore and asynchat;
these modules are included in the core library as
of 1.5.2.
here's some docs:
http://www.python.org/doc/current/lib/module-asyncore.html
http://squirl.nightmare.com/medusa/async_sockets.html
</F>
More information about the Python-list
mailing list