WCF / Asmx giving timeout but server hardware is sussegado

0

Good evening.

I have an application that is integrated with more than one hundred other applications through webservices, where I use enough threads to communicate between them. This my application is used by other applications through a dll today. I am trying to migrate this dll to a service, for this I have created a WCF service (I have already tried asmx tbm). The problem is that as they enter the requests this service begins to increase the response timeout much until starting to give timeout at all. What's strange is that the hardware (memory and cpu) are below 30% consumption, so I believe the problem is the threads being thrown, or some configuration of iis or wcf / asmx. I would like to know if anyone has already experienced this or has some idea how to solve it.

Thank you.

    
asked by anonymous 04.10.2015 / 23:40

1 answer

0

A 'dirty' (but practical and time-wise) solution would be to decrease the time between recycle of the pool that wcf serves.

In the meantime, look for the vendor so that together you can find out what is going on, since it can range from a silly bug in the dll code to even more serious issues like 'competition management'.

    
06.10.2015 / 22:39