Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keep Alive
Message
De
29/04/2011 13:59:15
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
 
 
À
29/04/2011 10:30:53
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Titre:
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP SP2
Divers
Thread ID:
01508801
Message ID:
01508854
Vues:
34
>Wow. That's alot of work and alot of traffic. Sounds like the original designer didn't understand how web services are supposed to work.

My guess also Craig and see no reason for the traffic. It is a light weight call, but when multiplied times the number of instances of the application that are and will be running it makes no sense to busy up the web server pool for this.
Thanks
Tim


>
>>Hi all,
>>
>>I am working on an application that uses Web Services for all data access. I am noticing the original developer used a timer to issue a call to the web service as sort of a "Ping" every 10 seconds to keep track if the service is alive. Interestingly they don't really do anything with that when it fails or succeeds. If a required call the web service is made, another Ping call is made to verify the service is available first but again, nothing is done except to throw a handled exception and then retry.
>>
>>The performance of this application is poor and I have through using DotTrace narrowed most of it down to the Web Service calls and the slowness has nothing to do with the time it takes for the web service to respond with data.
>>
>>My question is why might one need to use any kind of "Keep Alive" on a web service?
>>Thanks
>>Tim
Timothy Bryan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform