I am using JMTor to test the performance of our application. But I think that when I send 20 requests from JMT, the reason for this should add 20 new records to the SQL Server, but I only get 5 new records, which means that SQL Server abandons other requests ( Because I have a log, and make sure the new record is sent to the SQL server.)
Does anyone have any ideas? What is the threshold number of requests that SQL Server handles per second? Or do I have to do some configuration?
Yes, in my application, I tried, but it seems that only 5 requests are accepted, I do not know how to configure, it can accept more.
No comments:
Post a Comment