User1168443798 posted
Hi katiehitchco,
>> However, when a huge spike in traffic comes (14k requests within 10 minutes) we start to see long response times from the initial request/response logging web service we have and then we see database timeouts.
Could you share us how you interop with database in web service?
Based on your description, the request is following client-> ApiController in Asp.Net-> API call WCF by async->WCF call web service->web service call database, am I right?
Do you use Repository pattern to design the code to interop database?
Best Regards,
Edward