c# handle large number of tcp connections
I created the following simple tcp listener, but when I load the test using Apache JMeter and 500 thread, I see a 0.5% error rate. How I can improve it?
How to find the reason error rate?
I created the following simple tcp listener, but when I load the test using Apache JMeter and 500 thread, I see a 0.5% error rate. How I can improve it?
How to find the reason error rate?