Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
With a CSS, according to the documentation, the service load is based on the time it takes to complete a flow from SYN to FIN.Unfortunately, this doesn't represent the load on the server (for our application at least) as it takes very little time to ...
Thanks for the reply. It's set to least-conns at the moment, but there's still a problem:Server 1 takes 1 second to generate the page and between 6 and 30 seconds to deliver it to the client.Server 2 takes 3 seconds to generate the page and also take...