load testing - 100% connreset with httperf? -


I'm wondering what the importance of connreset with the helpperf is, while testing a single webpage, I did not get any errors I have a simple with many pages When using the log file, I'm getting 100% connreset errors, tips on how to overcome this?

. Man page says the following:

  connreset: A TCP connection has failed many times due to a reset from the server. Typically, a reset is received when the client tries to send data to the server, at the time the server has already closed the end of the connection. NT servers also send resets when trying to establish a new connection, when the queue queue completes.  

To prevent this from happening, I had to disable the server-side connection off to get my own server implementation. It is known that the server was very aggressive about closing connection connections.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -