Hi, I have two questions... I am having a lot of problems with 500 errors from haproxy and I am wondering if these could be two culprits:
Is there an equivalent method for disabling Nagle Algorithm in TCP mode? I've looked everywhere and it seems that TCP NO DELAY is not a flag within haproxy. Only http mode seems to include the option. Could nbproc possibly have a negative effect as opposed to a beneficial one? Is it possible that by setting nbproc to four we're actually creating problems with scalability and with the number of concurrent working connections? I can post pieces of my haproxy.cfg if it helps explain how I'm building out the load balancing. I feel like somewhere in my config there's something incorrectly tuned that's causing connection problems. Any help would be greatly appreciated. Thanks! Jon

