[Web-SIG] wsgiref for python 2.4?

Adam Atlas adam at atlas.st
Thu Feb 7 17:53:52 CET 2008


http://pypi.python.org/pypi/wsgiref

It wouldn't hurt to look at CherryPy's WSGIServer anyway. I think it's  
generally a lot more efficient/scalable than the BaseHTTPServer-based  
implementation in wsgiref, and it's reasonably lightweight (one .py  
file, 1311 lines).
http://www.cherrypy.org/browser/trunk/cherrypy/wsgiserver/__init__.py


On 7 Feb 2008, at 11:48, Chris Withers wrote:
> Hi All,
>
> The subject line kindof says it all, but is there a wsgiref for  
> python 2.4?
>
> Failing that, what's the lightest-weight wesgi server available for
> python 2.4?
>
> cheers,
>
> Chris


More information about the Web-SIG mailing list