I have an implementation of an HTTP server in C#.
Using ab I discovered a weird performance issue.
Each request took 5 ms with Keep-Alive Off but 40 ms w
If you know the the length of the data you are sending,Setting SendBufferSize will make the socket send the data at once, Following is a working code example: