Re: [Web-SIG] WSGI Open Space @ PyCon.

2009-04-01 Thread Alan Kennedy
[Noah] +1 on the iterator, although I might just like the idea and might be missing something important.  It seems like there are a lot of powerful things being developed with generators in mind, and there are some nifty things you can do with them like the contextlib example:  

Re: [Web-SIG] WSGI Open Space @ PyCon.

2009-03-30 Thread Ionel Maries Cristian
On Mon, Mar 30, 2009 at 03:13, Graham Dumpleton graham.dumple...@gmail.com wrote: [...] The problem with this is what happens if a WSGI middleware tries to do something with it. If the separate change is made to allow string like objects to be returned instead of only string objects, then its

Re: [Web-SIG] WSGI Open Space @ PyCon.

2009-03-30 Thread Ionel Maries Cristian
On Mon, Mar 30, 2009 at 14:14, Graham Dumpleton graham.dumple...@gmail.com wrote: 2009/3/30 Ionel Maries Cristian ionel...@gmail.com: On Mon, Mar 30, 2009 at 03:13, Graham Dumpleton graham.dumple...@gmail.com wrote: [...] The problem with this is what happens if a WSGI middleware tries to do

Re: [Web-SIG] WSGI Open Space @ PyCon.

2009-03-30 Thread Eric Larson
Hi, On Sat, Mar 28, 2009 at 10:04 AM, Robert Brewer fuman...@aminus.org wrote: Alan Kennedy wrote: For those of you at PyCon, there is a WSGI Open Space @ 5pm today (Friday). The sub-title of the open space is Does WSGI need revision? Hi all, We had a good meeting but it was too short.

Re: [Web-SIG] WSGI Open Space @ PyCon.

2009-03-30 Thread Sergey Schetinin
On Mon, Mar 30, 2009 at 18:46, Eric Larson ionr...@gmail.com wrote: Seeing as this tuple idea is low hanging fruit, I went ahead and created a small bit of middleware for making the conversion. http://bitbucket.org/elarson/pack/wiki/Home Hope it helps! If I'm not missing some quirk about

Re: [Web-SIG] WSGI Open Space @ PyCon.

2009-03-29 Thread Robert Brewer
I wrote: We had a good second meeting and answered more issues. My understanding is that there is another BoF scheduled for tomorrow (Sunday). Check the Open Space board for details. My mistake. I'll put up an Open Space reservation for 5pm today ASAP. Robert Brewer fuman...@aminus.org

Re: [Web-SIG] WSGI Open Space @ PyCon.

2009-03-29 Thread Robert Brewer
We had a smaller third meeting and answered more issues. Those present at the third meeting: * Mark Ramm (TG) * Mike Orr (Pylons) * Bob Brewer (CherryPy) * Glyph Lefkowitz (Twisted) * David Reid (Twisted) * Jean-Paul Calderone (Twisted) Continuing Topic: string type for PATH_INFO and

Re: [Web-SIG] WSGI Open Space @ PyCon.

2009-03-29 Thread Jean-Paul Calderone
On Sun, 29 Mar 2009 16:21:36 -0700, Robert Brewer fuman...@aminus.org wrote: We had a smaller third meeting and answered more issues. Hi all, First, thanks for writing up these reports. [snip] Asynchronous WSGI support - Mostly non-existent. Fix it? Fork it? Drop

Re: [Web-SIG] WSGI Open Space @ PyCon.

2009-03-29 Thread Graham Dumpleton
2009/3/30 Robert Brewer fuman...@aminus.org: We had a smaller third meeting and answered more issues. Those present at the third meeting:  * Mark Ramm (TG)  * Mike Orr (Pylons)  * Bob Brewer (CherryPy)  * Glyph Lefkowitz (Twisted)  * David Reid (Twisted)  * Jean-Paul Calderone (Twisted)

Re: [Web-SIG] WSGI Open Space @ PyCon.

2009-03-28 Thread Mark Ramm
My thought is that we should do a couple things to the wsgi standard, and then anything like the lifecycle methods gets addresse,d it should be pushed into a container standard or something. I think Robert Brewer's WSGI Service Bus proposal that he made a couple years ago at PyCon needs a new

Re: [Web-SIG] WSGI Open Space @ PyCon.

2009-03-28 Thread Robert Brewer
Hi all, We had a good second meeting and answered more issues. My understanding is that there is another BoF scheduled for tomorrow (Sunday). Check the Open Space board for details. Those present at the second meeting: * Mark Ramm (TG) * Mike Orr (Pylons) * Bob Brewer (CherryPy) * Ian

Re: [Web-SIG] WSGI Open Space @ PyCon.

2009-03-28 Thread Noah Gift
On Sun, Mar 29, 2009 at 5:10 PM, Robert Brewer fuman...@aminus.org wrote: Hi all, We had a good second meeting and answered more issues. My understanding is that there is another BoF scheduled for tomorrow (Sunday). Check the Open Space board for details. Those present at the second

Re: [Web-SIG] WSGI Open Space @ PyCon.

2009-03-27 Thread Graham Dumpleton
2009/3/28 Alan Kennedy a...@xhaus.com: Dear all, For those of you at PyCon, there is a WSGI Open Space @ 5pm today (Friday). The sub-title of the open space is Does WSGI need revision? An example: Philip Jenvey (http://dunderboss.blogspot.com/) raised the need for something akin to what