Re: [Web-SIG] wsgiref for python 2.4?

2008-02-08 Thread Chris Withers
Luis Bruno wrote: Chris Withers escreveu: Adam Atlas wrote: http://www.cherrypy.org/browser/trunk/cherrypy/wsgiserver/__init__.py What's the egg it's distributed in? I normally use egg:PasteScript#cherrypy I'm afraid I have no idea what this means... can you explain? cheers,

[Web-SIG] wsgiref for python 2.4?

2008-02-07 Thread Chris Withers
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 -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk

Re: [Web-SIG] wsgiref for python 2.4?

2008-02-07 Thread Massimo Di Pierro
Could somebody discuss pros and cons of cherrypy wsgiserver vs paste httserver? Massimo On Feb 7, 2008, at 10:53 AM, Adam Atlas wrote: 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

Re: [Web-SIG] wsgiref for python 2.4?

2008-02-07 Thread Chris Withers
Adam Atlas wrote: 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).

Re: [Web-SIG] wsgiref for python 2.4?

2008-02-07 Thread Adam Atlas
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).