We are using the Paessler web server stress tool to test our asp.net web application. Our web app keeps an audit log of user actions, however, in order to improve performance, the audit logging is handled asynchronously by the web app. The result of this is that when running Paessler web server stress tool against our application we do no see any of the audit log entries written to the database.
Is there anything that can be done about this from the web server stress tool configuration side? I don't know if the problem is that we are stressing the server so much it just never gets to process the background threads, or if the tool is killing the worker processes before they get a chance to process the audit logging. Anyways, if anyone has any ideas I would greatly appreciate any help on this.
Add comment