librelist archives

« back to archive

WSGI integration?

WSGI integration?

From:
Timothy Fitz
Date:
2010-08-29 @ 17:34
The documentation says WSGI integration is planned, is there anything
actually implemented yet?

Timothy

Re: [mongrel2] WSGI integration?

From:
berry groenendijk
Date:
2010-08-29 @ 17:44
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
>

Re: [mongrel2] WSGI integration?

From:
Zed A. Shaw
Date:
2010-08-29 @ 18:26
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/

Re: [mongrel2] WSGI integration?

From:
berry groenendijk
Date:
2010-08-29 @ 18:53
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/
>

Re: [mongrel2] WSGI integration?

From:
Zed A. Shaw
Date:
2010-08-29 @ 18:59
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/

Re: [mongrel2] WSGI integration?

From:
berry groenendijk
Date:
2010-08-29 @ 20:26
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/
>

Re: [mongrel2] WSGI integration?

From:
berry groenendijk
Date:
2010-08-30 @ 08:49
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/
>>
>
>