Is there a good tutorial for mongrel upload progress, which includes a setup like the one you're describing? I looked at the one on the mongrel site, and it got me only so far before I needed to abandon the idea, since it was becoming a lot of work for little return. My main issue was trying to use it for something other than strictly uploading files with no other information.
Thanks On 2/28/07, Zed A. Shaw <[EMAIL PROTECTED]> wrote: > On Tue, 27 Feb 2007 23:32:13 -0300 > "Benjamin Jackson" <[EMAIL PROTECTED]> wrote: > > > > If it's behind nginx or other servers (apache?) sometimes they buffer > > > the request before sending the status back. Otherwise, grab firebug > > > and use it to see what is going on. > > > > Thanks Zed. It is in fact behind nginx with gzip compression. How can > > I work around this? By increasing/decreasing the buffer size? Here's > > the relevant (I think) section of my nginx config: > > You can't. Nginx's author is coming out with a version that fixes > this, but otherwise it's just inherent in the design. > > Your best bet actually is to just do these uploads to a completely > offline standalone Mongrel server so you don't tie up rails. It's about > the only compromise there is other than just not doing it in the first > place. > > Even if nginx changes it's request dispatching method, you'll still > have a problem with locking up rails for each of the polling requests. > > -- > Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu > http://www.zedshaw.com/ > http://www.awprofessional.com/title/0321483502 -- The Mongrel Book > http://mongrel.rubyforge.org/ > http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help. > _______________________________________________ > Mongrel-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/mongrel-users > _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
