HTTP load balancing algorithm
Jonathan Vanasco
nginx at 2xlp.com
Mon Jan 22 23:43:40 MSK 2007
On Jan 22, 2007, at 3:28 PM, Igor Sysoev wrote:
> I do not know ROR and Mongrel, but as I understand you may try
> to route slow requests to the dedicated backends:
that's what I thought of too, and you can do that with any proxy
( though i prefer nginx )
i'd be deathly scared of running a loadbalancer that automagically
handled slow/fast requests the way you expect. the configuration
would be a nightmare, and it would be doing so much logging and
profiling of request timings, it might negate the purpose of a load
balancer to begin with.
// Jonathan Vanasco
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
| SyndiClick.com
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
| FindMeOn.com - The cure for Multiple Web Personality Disorder
| Web Identity Management and 3D Social Networking
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
| RoadSound.com - Tools For Bands, Stuff For Fans
| Collaborative Online Management And Syndication Tools
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
More information about the nginx
mailing list