I'm not a big fan of inscreasing the timeout, since it shouldn't depend
on that for handling large files. Is it not possible instead to stream
the data while parsing it like mod_tora for apache does ?

With other proxy backends (fastcgi,ajp13,http,scgi), raw data is sent as
is or splitted in fixed length data packets, final decoding is made by
the proxied server.

Adding smthg like CMultiBoundary & CMultiData to the tora protocol and
decode data in the server would be better for lighttpd.

I updated mod_tora sources and the protocol is now fully abstract. You should then be able to easily write a mod_light_tora for lighttpd by entirely reusing protocol.c and ../common/psock.c

Best,
Nicolas

--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to