Sockets or networking library?

Fredrik Lundh effbot at telia.com
Thu Feb 24 10:26:22 EST 2000


Tres Seaver <tseaver at starbase.neosoft.com> wrote:
> If you go at it yourself, a lot of the documentation and high-level design
> for the ACE library (http://www.cs.wustl.edu/~schmidt/ACE.html) will give
you
> excellent food for thought.  Although written in C++, ACE does a really
> nifty job of encapsulating ugly platform dependencies and of presenting
> a consistent, configurable interface to cross-platform network
> programming.

footnote: the python version of ACE is called asyncore,
and is shipped with 1.5.2:

    http://www.python.org/doc/current/lib/module-asyncore.html

also see medusa:

    http://www.nightmare.com/medusa

</F>





More information about the Python-list mailing list