Hi...
I've got a .Net client to a soap service that works for the most part, but
there are a couple of things I'd like to improve:
1) the first request to the client wrapper always takes 12-15 seconds even
though the web server shows < a half second spent on the request. What takes
so much time for the client wrapper to warm up? All subsequent requests,
even to the same method, take the half second.
2) I tried using the async methods, but for some reason when I have 2
outstanding async web service requests one never registers as finished, even
though they both have different completion routines. What do I have to do to
get async calls to work?
Thanks
Mark
I've got a .Net client to a soap service that works for the most part, but
there are a couple of things I'd like to improve:
1) the first request to the client wrapper always takes 12-15 seconds even
though the web server shows < a half second spent on the request. What takes
so much time for the client wrapper to warm up? All subsequent requests,
even to the same method, take the half second.
2) I tried using the async methods, but for some reason when I have 2
outstanding async web service requests one never registers as finished, even
though they both have different completion routines. What do I have to do to
get async calls to work?
Thanks
Mark
Comment