[Web-SIG] Web3 proposal: Response Metadata

2010-09-28 Thread Gustavo Narea
this: status, headers, body, meta = application(environ) And meta would be a dict object. What do you think? Cheers. -- Gustavo Narea xri://=Gustavo. | Tech blog: =Gustavo/(+blog)/tech ~ About me: =Gustavo/about | ___ Web-SIG mailing list Web-SIG

Re: [Web-SIG] WSGI for Python 3

2010-07-16 Thread Gustavo Narea
! :) * For example, you can always convert Latin-1 to UTF-8, but not every UTF-8 string can be converted to Latin-1. -- Gustavo Narea xri://=Gustavo. | Tech blog: =Gustavo/(+blog)/tech ~ About me: =Gustavo/about | ___ Web-SIG mailing list Web-SIG@python.org

Re: [Web-SIG] Emulating req.write() in WSGI

2010-06-28 Thread Gustavo Narea
the periodic-write functionality in WSGI? -- Gustavo Narea xri://=Gustavo. | Tech blog: =Gustavo/(+blog)/tech ~ About me: =Gustavo/about | ___ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http

[Web-SIG] WSGI get-together during EuroPython?

2010-06-28 Thread Gustavo Narea
and Tuesday respectively. But I live just one hour away from Birmingham so I could go again any day after work. Please raise your hand if you're interested! :) -- Gustavo Narea xri://=Gustavo. | Tech blog: =Gustavo/(+blog)/tech ~ About me: =Gustavo/about

Re: [Web-SIG] Migrating from mod_wsgi to FastCGI

2010-03-16 Thread Gustavo Narea
, 2010 at 9:54 AM, Gustavo Narea m...@gustavonarea.net wrote: On Mon, Mar 15, 2010 at 2:47 PM, Manlio Perillo manlio_peri...@libero.it wrote: Note that you can simply recompile mod_wsgi to use your custom Python. We may need to use different versions of Python

[Web-SIG] Migrating from mod_wsgi to FastCGI

2010-03-15 Thread Gustavo Narea
Hello, We're considering migrating from mod_wsgi to FastCGI (Apache) because we'll need to use versions of Python compiled by ourselves. In addition to the research I've done and the pre-deployment tests we'll carry out, I'd love to know if any of you has done the same migration. If so, how was

Re: [Web-SIG] wsgiorg.routing_path addition to the wsgiorg.routing_args Specification

2010-01-06 Thread Gustavo Narea
Is it a really bad suggestion? :( - G. On Mon, Jan 4, 2010 at 11:31 PM, Gustavo Narea m...@gustavonarea.net wrote: Hello everybody. The current wsgiorg.routing_args specification requires that Portions of the path that have been parsed should still be moved to SCRIPT_NAME (and removed