Wednesday, June 27, 2012

Re: ZeroMQ / Mongrel2

You could use WSGID to link mongrel2 with your django app. Its pretty nice  and easy to get running.

On Tuesday, November 8, 2011 4:10:02 AM UTC-6, Tom Evans wrote:
On Mon, Nov 7, 2011 at 11:58 PM, Markus Gattol <markus.gattol@gmail.com> wrote:
>
> Maybe sombody has given http://code.google.com/p/django-dmq and Mongrel2 a spin already and can report how it went? The reason I am interested is because it would allow me to get rid of WSGI altogether and have this stack (ZeroMQ being directly Mongrel2 for example):
>

it would only allow you to get rid of WSGI if you no longer plan on
serving over HTTP. django-dmq is about serving 0MQ requests - there is
no magic translation from 0MQ <-> HTTP - and whilst Mongrel2 does
allow you to connect backends using 0MQ, they are not using the same
API, just the same transport.

Cheers

Tom

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/NM7cDspHyzoJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment