when web server get busier, more connections(between web sever and client) will be established. if your sever is not busy, it's no performance difference between different max connections limit. if fail to create new connection when max connection limit reach, the new requests are queuing there...