Hi, we decided to move onto using the nginx-upload module to save our files directly. Looking forward to the alternative temp path implementation in 1.5
Thanks On Sat, Nov 10, 2012 at 11:11 PM, Roberto De Ioris <[email protected]> wrote: > > > Hi, > > > > root access is for the machine I am testing on currently. I wont be > having > > root access to various other machines to which our webapp will be > > deploying. > > > > the post-buffering code may definitely needs a rewrite without the use of > > tempfile, as currently there is no way to configure it via uwsgi > > configuration. > > > > Sorry, just noted now that email, i suppose you found the problem, but if > you need to use a different "buffering" technique you can simply write a > WSGI middleware (very few lines) to buffer environ['wsgi.input'] to a file > in the place you want (just remember to turn off post-buffering in uWSGI). > > By the way, using an alternative temp path (with a better/simpler uniqe > names generator) will be targeted at 1.5 > > > -- > Roberto De Ioris > http://unbit.it > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
