I'm not following the thread but, did you guys know about  
http://wiki.nginx.org/HttpUploadProgressModule. ?

They work together with upload module, and dont "overload" your backend with 
upload files, nginx handle that and just pass the file path to the backend.

-- 
Lorn


On Wednesday, 24 de October de 2012 at 02:33, Toby Corkindale wrote:

> I was just investigating why the upload progress bar was broken on one
> of my apps.. came here to make a post and discovered this thread.
> Well, at least that's the first question answered!
> 
> Given the caveats around Starman and WebKit browsers, are there any
> other suggestions for how to do upload progress indicators?
> Is this something we can do via HTML5 neater? Are there any
> open-source Flash implementations?
> 
> Cheers,
> Toby
> 
> On 22 October 2012 09:42, Bill Moseley <mose...@hank.org> wrote:
> > 
> > On Sat, Oct 20, 2012 at 1:51 PM, Tomas Doran <bobtf...@bobtfish.net> wrote:
> > > 
> > > And UploadProgress is shipped, should be available once it's reindexed
> > > (permissions cock up), which should be shortly :)
> > > 
> > 
> > 
> > 
> > So, when running under Starman the uploads are buffered before chunked to
> > Catalyst, which means the progress bar data isn't updated until the upload
> > has completed. This renders the upload progress bar pretty useless with
> > Starman.
> > 
> > The progress bar works fine running the app under mod_perl.
> > 
> > I suppose using something like Nginx or Perlbal in front of the app would
> > work (because those do cache uploads but also provide a hook for reading
> > upload progress). But, we already have hardware load balancers in front of
> > the app, so don't really need an extra proxy in front of every web server.
> > 
> > Any other options? Using a upload/request caching proxy is probably THE
> > correct answer since don't really want to tie up the app with slow uploads.
> > 
> > I guess I should test, but I wonder if there's a limit on what Starman will
> > buffer -- I assume it's buffering in memory.
> > 
> > 
> > 
> > 
> > --
> > Bill Moseley
> > mose...@hank.org
> > 
> > _______________________________________________
> > List: Catalyst@lists.scsys.co.uk
> > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> > Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> > Dev site: http://dev.catalyst.perl.org/
> > 
> 
> 
> 
> 
> -- 
> Turning and turning in the widening gyre
> The falcon cannot hear the falconer
> Things fall apart; the center cannot hold
> Mere anarchy is loosed upon the world
> 
> _______________________________________________
> List: Catalyst@lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
> 
> 


_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to