I currently have a site running on an Nginx platform with PHP-FPM and APC. It is performing very well with the tests I have been trying.
I would now like to add failover functionality and can't afford a hardware loadbalancer so was looking at using HAProxy.
This is more a theoretical question however will the two Nginx servers will be able to serve more pages than HAProxy and mean that HAProxy becomes a potential bottleneck.