Tagged Questions
1
vote
1answer
674 views
HAProxy TCP session count stops at 400
I am trying HAProxy for TCP load balancing. Connections come in to port X on a single IP, and the HAProxy then balances these connections to a back-end using the "leastconn" balancing method to keep ...
0
votes
0answers
56 views
Sharding TCP traffic, not data
I'd like to balance traffic, which is non-HTTP, to application servers, but I need a more sophisticated scheme than simple load-balancing. I want to limit the overall population that a single app node ...
0
votes
1answer
398 views
HAProxy and “sharding”
I was wondering if anyone has used HAProxy for sharding.
Specifically, I would like to be able use a cookie I define w/a identifier and have any client that presents that cookie/identifier combination ...