Re: [Web-SIG] wsgi write=start_response() and iterable return?

2010-01-05 Thread Aaron Watters
--- On Mon, 1/4/10, P.J. Eby wrote: > From: P.J. Eby > Subject: Re: [Web-SIG] wsgi write=start_response() and iterable return? > To: "Aaron Watters" , web-sig@python.org > Date: Monday, January 4, 2010, 4:38 PM > At 08:42 AM 1/4/2010 -0800, Aaron > Watters wrote: > > > > From: Aaron Watters

Re: [Web-SIG] gunicorn 0.1 - new WSGI HTTP Server

2010-01-05 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Benoit Chesneau wrote: > Hi, > > Quick mail to announce the gunicorn 'Green Unicorn' 0.1. it is a WSGI > HTTP Server for UNIX, fast clients and nothing else. This is a port of > Unicorn (http://unicorn.bogomips.org/) in Python. > > You can find it he