Comment on Do C10K testing with geventparentComments−nichol4s15yYes, but when you are load testing a specific server, as in this case, you are bound to a specific serverIp and serverPort.And thus, the total amount of sockets you can have open to that server is limited by the amount of IP's your machine has.
Comments
Yes, but when you are load testing a specific server, as in this case, you are bound to a specific serverIp and serverPort.
And thus, the total amount of sockets you can have open to that server is limited by the amount of IP's your machine has.