[Catalyst] Progress bar
Bill Moseley
moseley at hank.org
Fri Oct 26 14:46:45 GMT 2012
On Thu, Oct 25, 2012 at 5:29 AM, Aaron Trevena <aaron.trevena at gmail.com>wro=
te:
> On 24 October 2012 17:59, Bill Moseley <moseley at hank.org> wrote:
> > PerlBal (as in this old post:
> > http://lists.danga.com/pipermail/perlbal/2005-November/000138.html )
> can do
> > this as well.
> >
> > I wonder about the topology. We used to run with Perlbal (and heartbe=
at
> > and IP failover) in front of a pool of web servers. We now run with
> > hardware load balancers in front of a pool of web servers.
> >
> > The load balancer does make it easy to adjust the pool -- as well as
> > gracefully handle a web server dropping out of the pool. I don't want
> to
> > add yet another set of servers for an extra proxy layer.
> >
> > So, I'm currently thinking of running Nginx on each web server.
> (Keep-alive
> > between the load balancer and Nginx, and no keep-alive between Nginx and
> > Catalyst with maybe Starman.)
>
> Um... how is adding nginx instead of perlbal not "adding yet another
> set of servers"?
>
I'm talking hardware. I'd rather not add another set of servers between
the load balancer and the web pool. It's just more to manage and monitor
and one more place to fail. We used to run Perlbal like that when we had
less capable load balancers.
If I put Nginx/Perlbal on each web server it simplifies the architecture.
No need to run redundant Perlbal/Nginx with heartbeat and failover on a
separate set of servers in each data center.
> What features of nginx are you looking to use vs say perlbal - depends
> on how you'd use it and what for, and how easily either would acheive
> your goals easily - perlbal *could* have a short/shallower learning
> curve, or nginix may be drop-in job that just works without any
> customisation or special extensions
>
Obviously, I'm looking for working progress bar, but also upload buffering
so the web app processes are not tied up waiting on client uploads. Of
course, scaling extra web processes is pretty easy which is why we haven't
worried too much about buffering uploads.
Haven't had the need to reproxy.
-- =
Bill Moseley
moseley at hank.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20121026/3c77c=
404/attachment.htm
More information about the Catalyst
mailing list