| From | Sent On | Attachments |
|---|---|---|
| Stephen Nelson-Smith | Jun 23, 2008 2:33 am | |
| Manlio Perillo | Jun 23, 2008 3:32 am | |
| Igor Sysoev | Jun 23, 2008 12:42 pm | |
| Stephen Nelson-Smith | Jun 23, 2008 11:54 pm | |
| Igor Sysoev | Jun 23, 2008 11:59 pm | |
| Stephen Nelson-Smith | Jun 24, 2008 12:11 am | |
| Igor Sysoev | Jun 24, 2008 12:22 am | |
| mike | Jun 24, 2008 12:26 am | |
| Stephen Nelson-Smith | Jun 24, 2008 3:45 am | |
| Henrik Vendelbo | Jun 24, 2008 4:02 am | |
| Igor Sysoev | Jun 24, 2008 4:03 am | |
| Stephen Nelson-Smith | Jun 24, 2008 4:16 am | |
| Igor Sysoev | Jun 24, 2008 5:23 am | |
| Phillip B Oldham | Jun 24, 2008 5:46 am | |
| Paul Dekkers | Jun 24, 2008 5:51 am | |
| Stephen Nelson-Smith | Jun 24, 2008 9:56 am | |
| Stephen Nelson-Smith | Jun 24, 2008 11:31 pm | |
| Dan M | Jun 25, 2008 12:52 pm | |
| Cliff Wells | Jun 26, 2008 11:40 am | |
| Igor Sysoev | Jun 26, 2008 12:20 pm |
| Subject: | Re: AJP Support | |
|---|---|---|
| From: | Igor Sysoev (is-G...@public.gmane.org) | |
| Date: | Jun 24, 2008 12:22:45 am | |
| List: | ru.sysoev.nginx | |
On Tue, Jun 24, 2008 at 08:11:53AM +0100, Stephen Nelson-Smith wrote:
worker_processes 2; # number of CPUs
I'm replacing my hardware and need to spec what to use for a pair of dedicated load-balancer machines. Would it make sense to go with something with as many cores as possible?
SSL operations are CPU intensive, so it makes sense to use as much cores as possible.
I could then make the worker_processes say 8?
Yes.
I propose to use heartbeat and drbd to make an HA cluster from two machines.
location / { proxy_pass http://tomcat; }
Could you point me to the documentation that creates pools of machines across which to balance? Also, what algorithms are available for balancing?
If you want to balance the machines running nginx, then there is no anything to do on nginx side.
If you mean balancing using nginx, then: http://wiki.codemongers.com/NginxHttpUpstreamModule
-- Igor Sysoev http://sysoev.ru/en/





