> That sounds great, Roberto. Thanks for the fast reply.
>
> Post-Buffering is fine with me. Is there a rewind call?
>
> Can I already give it a try via git? Or do you have an ETA when it's
> ready?
>
> Kind regards,
> K.
>
>

you can already test it.

To rewind:

env['wsgi.input'].seek(0)

to send to an external node:

uwsgi.route("uwsgi","127.0.0.1:3065,0,0")

(the arguments after the address are the modifiers)

when it works you can test it with uGreen or gevent to have it non blocking
(offloading will not work in that specific case as there are no socket
involved for the body)

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to