[PEAK] WSGI support now available (was Re: peak.web in October)
Phillip J. Eby
pje at telecommunity.com
Thu Oct 7 20:45:30 EDT 2004
At 11:12 AM 10/5/04 -0400, Phillip J. Eby wrote:
>* Implementation that can be plugged into any WSGI (PEP 333) compatible
>web server
>
> * All of PEAK's internal web gateways (CGI, FastCGI, and local_server)
> will offer a WSGI interface for running other applications
>
> * PEAK will be distributed with a WSGI reference library
These tasks are now complete. 'peak.web' applications are now WSGI
applications, and all of PEAK's internal web gateways ("peak launch", "peak
serve", "peak CGI", and "peak supervise") can now run any WSGI application.
PEAK is now distributed with a WSGI reference library, 'wsgiref', and all
of PEAK's demo apps and tool apps (such as 'ddt.web' and 'ddt.view') are
now WSGI applications.
For more information, see:
http://mail.python.org/pipermail/web-sig/2004-October/000966.html
http://www.eby-sarna.com/pipermail/source-changes/2004q4/001842.html
and the first three entries of:
http://cvs.eby-sarna.com/PEAK/CHANGES.txt?rev=1.149&content-type=text/vnd.viewcvs-markup
Enjoy!
More information about the PEAK
mailing list