Integrating SimpleHTTPServer into asyncore

Oleg Broytmann phd at phd.fep.ru
Mon Jul 9 04:16:21 EDT 2001


On Sun, 8 Jul 2001, Erik Max Francis wrote:
> Is there a standard way to integrate SimpleHTTPServer (and related
> classes) into the asyncore poll loop, or is it just the rather obvious
> process of creating a dispatcher that containers a SimpleHTTPServer and
> delegates all the relevant asyncore methods to SimpleHTTPServer?

   http://sourceforge.net/projects/asynchttp/

Oleg.
----
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list