Peter Mellquist <mailto:[email protected]>
1 February, 2013 4:10 PM
Thanks for the good input Tait.
This would be a code mod but, maybe it would be possible to have
different mgmt ports for each process. Maybe baseport+N where N is the
process number. I like the IPVS option but keeping it all within
HAProxy seems nicer.
This definitely gives me some cool stuff to prototype over the weekend!
Peter.
The real goal I am interested in is running HAProxy on virtual
machines, or in the cloud, where I can provision a load balancer on a
multi-cpu VM with HAPtroxy tuned with enough processes to handle a
specific work flow. Before this information, I was thinking that this
would be limited to only VMs with a single CPU
No problem.
There is a way to pin specific processes to ports so you can get the
stats via the web UI and aggregate them with your graphing/monitoring
tools, can't find the specific page that shows how to do it but google
will be able to help there.
The admin socket AFAIK can't be split yet, so if you don't use it to
dynamically set weights for slow servers or to disable servers during a
code update or if it is spitting out errors then you should be fine
without it (but where's the fun in not diving deeper).
Cheers,
Tait