I have a web application that accepts very large file uploads.  The
user is given feedback on the progress of their upload via comet.

However, the upload appears to be buffered in whole by cherokee.  Now,
I'm not sure if it's just cherokee (though this may be the case, other
web servers do the same such as lighty 1.4) or if it's the fact that
I'm hosting through fcgi.

I tried both fcgi and scgi, both seem buffered.  I can't find any
option to turn off buffering.  Before I go and use something like
cherrypy to host my application, or setup uwsgi, is there any way to
get streaming uploads to work through cherokee?  Is it just a matter
of information source handler (perhaps reverse http proxy? uWSGI?)?
Or is this just a limitation of cherokee (in which case I have to go
setup nginx or such).

Thanks.

-- 
Ian Schenck
Principal, Developer
Tatum Interactive
_______________________________________________
Cherokee mailing list
Cherokee@lists.octality.com
http://lists.octality.com/listinfo/cherokee

Reply via email to