Integrating SimpleHTTPServer into asyncore

Erik Max Francis max at alcyone.com
Sun Jul 8 22:39:29 EDT 2001


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?

Thanks.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ After each war there is a little less democracy to save.
\__/ Brooks Atkinson
    Kepler's laws / http://www.alcyone.com/max/physics/kepler/
 A proof of Kepler's laws.



More information about the Python-list mailing list