Hi,
Yesterday I ran into a problem with a client,They complain about system performance issues especially during peak hours.
Querying the sys.dm_exec_requests during those peak hours gives me back some 50 requests currently running on the server all with the status Suspended with wait type: async network io.
We did a test and when we run a report from the application, when the application gets the full results the request goes to suspended and now any request in this situation still holds the memory received and any new request are suffering from it.
The application called Magic xpa Platform, I spoke with their advisor to Magic He said that he knows the problem but he dont have access to the application code.
Anyone know the problem? Has a solution?
Or maybe a different idea of the problem?