How does WebSerice mechanism run?
-
My WebService application responds the clients well generally. But sometimes in some cases or in some environments (which I could not explain when or in which cases yet) web service function calls return back too late (I mean the caller client waits almost 2-3 minutes). Moreover, in spite of this delay, the web service continues to respond clients, meaning no crush or lock occurs. Normally a client calls web service functions frequently. Every things seems well but after a period of time web service functions become late in responding and returning back.. Not many client requests for Web service functions at the same time. Only one client application exists. What might cause these delays ? Thnx in advance..
-
My WebService application responds the clients well generally. But sometimes in some cases or in some environments (which I could not explain when or in which cases yet) web service function calls return back too late (I mean the caller client waits almost 2-3 minutes). Moreover, in spite of this delay, the web service continues to respond clients, meaning no crush or lock occurs. Normally a client calls web service functions frequently. Every things seems well but after a period of time web service functions become late in responding and returning back.. Not many client requests for Web service functions at the same time. Only one client application exists. What might cause these delays ? Thnx in advance..
Lost packets, perhaps? First thing I'd determine is where the problem is occurring - does your web service actually receive this request that takes 2-3 minutes? Or does the client make a request, but it never makes it to the web service?
Tech, life, family, faith: Give me a visit. I'm currently blogging about: What this world needs... (Video) The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
My WebService application responds the clients well generally. But sometimes in some cases or in some environments (which I could not explain when or in which cases yet) web service function calls return back too late (I mean the caller client waits almost 2-3 minutes). Moreover, in spite of this delay, the web service continues to respond clients, meaning no crush or lock occurs. Normally a client calls web service functions frequently. Every things seems well but after a period of time web service functions become late in responding and returning back.. Not many client requests for Web service functions at the same time. Only one client application exists. What might cause these delays ? Thnx in advance..
Have you every tried to go to a website and had it not respond but then clicking refresh gets an immediate reply? I think it is the same thing. Some requests will just fail over the internet.
Need a C# Consultant? I'm available.
Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway