Re: Want to know more about the load-balancing
A single proxy can handle about 8000 - 10000 parallel connections when it is run a on a recent kernel. This is handled on a single process and is using syscalls like epoll() to make this scalable.
A sleeping connections is very cheap, active connections are cheap too, of not too much time is spent in the lua layer.
You can start with a single proxy. If you want to make it fault-tolerant, take a second box and install a second instance there.
Now, you need to tell you app to load-balancers over the two proxies or you take a local proxy on the app-server and let it balance you you.
Jan
Subject
Views
Written By
Posted
6238
June 14, 2007 04:26PM
3588
June 15, 2007 12:04PM
3446
July 06, 2007 04:24PM
Re: Want to know more about the load-balancing
3248
July 06, 2007 04:45PM
3323
July 06, 2007 08:18PM
3230
July 07, 2007 02:36AM
3252
July 07, 2007 07:59AM
3246
July 07, 2007 08:38AM
3328
July 07, 2007 07:55PM
3679
July 08, 2007 04:00AM
5195
July 08, 2007 09:44AM
3244
July 08, 2007 11:20AM
3156
July 08, 2007 11:59AM
3143
July 26, 2007 10:54PM
2958
July 27, 2007 08:15AM
3575
July 13, 2007 02:20AM
3231
July 22, 2007 03:59AM
3342
July 24, 2007 10:29AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.