The documentation says WSGI integration is planned, is there anything actually implemented yet? Timothy
I have written a very basic WSGI handler for Mongrel2. See: http://github.com/berry/Mongrel2-WSGI-Handler. I use to run a Django project in dev environment. Must of the stuff works. But, the handler certainly can be improved. Berry On Sun, Aug 29, 2010 at 7:34 PM, Timothy Fitz <timothyfitz@gmail.com> wrote: > The documentation says WSGI integration is planned, is there anything > actually implemented yet? > > Timothy >
On Sun, Aug 29, 2010 at 07:44:41PM +0200, berry groenendijk wrote: > I have written a very basic WSGI handler for Mongrel2. See: > http://github.com/berry/Mongrel2-WSGI-Handler. I use to run a Django project > in dev environment. Must of the stuff works. But, the handler certainly can > be improved. Which reminds me Berry, I'm going to grab your stuff and work it into the main source later today and working it into the m2py module I have there. Is that alright with you? -- Zed A. Shaw http://zedshaw.com/
Yes, of course. Berry Groenendijk [m] 06 13551472 [w] http://www.caerleon.nl On Sun, Aug 29, 2010 at 8:26 PM, Zed A. Shaw <zedshaw@zedshaw.com> wrote: > On Sun, Aug 29, 2010 at 07:44:41PM +0200, berry groenendijk wrote: > > I have written a very basic WSGI handler for Mongrel2. See: > > http://github.com/berry/Mongrel2-WSGI-Handler. I use to run a Django > project > > in dev environment. Must of the stuff works. But, the handler certainly > can > > be improved. > > Which reminds me Berry, I'm going to grab your stuff and work it into > the main source later today and working it into the m2py module I have > there. Is that alright with you? > > -- > Zed A. Shaw > http://zedshaw.com/ >
On Sun, Aug 29, 2010 at 08:53:10PM +0200, berry groenendijk wrote: > Yes, of course. Cool I'll let you know, and if you want to hack on it some more from there just say the word and I'll give you commits. Or just keep doing it in git and I'll work your changes in. -- Zed A. Shaw http://zedshaw.com/
I will keep hacking in git. Currently some wsgi (in this case Django) applications have a problem when processing HTTP Posts. I still have to hunt down this error. Berry Groenendijk [m] 06 13551472 [w] http://www.caerleon.nl On Sun, Aug 29, 2010 at 8:59 PM, Zed A. Shaw <zedshaw@zedshaw.com> wrote: > On Sun, Aug 29, 2010 at 08:53:10PM +0200, berry groenendijk wrote: > > Yes, of course. > > Cool I'll let you know, and if you want to hack on it some more from > there just say the word and I'll give you commits. Or just keep doing > it in git and I'll work your changes in. > > -- > Zed A. Shaw > http://zedshaw.com/ >
I have updated the list of known issues of the WSGI handler. See README: http://github.com/berry/Mongrel2-WSGI-Handler Berry On Sun, Aug 29, 2010 at 10:26 PM, berry groenendijk < berry.groenendijk@gmail.com> wrote: > I will keep hacking in git. > > Currently some wsgi (in this case Django) applications have a problem when > processing HTTP Posts. I still have to hunt down this error. > > Berry Groenendijk > > On Sun, Aug 29, 2010 at 8:59 PM, Zed A. Shaw <zedshaw@zedshaw.com> wrote: > >> On Sun, Aug 29, 2010 at 08:53:10PM +0200, berry groenendijk wrote: >> > Yes, of course. >> >> Cool I'll let you know, and if you want to hack on it some more from >> there just say the word and I'll give you commits. Or just keep doing >> it in git and I'll work your changes in. >> >> -- >> Zed A. Shaw >> http://zedshaw.com/ >> > >