D
David J. Berman
Hello, I'm using Visual Studio .NET 2005 with .NET framework v2.0, Windows
2003 Server.
As a consultant I am developing client software on the above platform for
several different clients. All software that I'm creating that makes any web
services calls whatsoever have a substantial client-side delay when the first
web service call is made. There must be some sort of start-up overhead
associated with the code.
I'm creating my proxy classes by using the add web reference feature in
Visual Studio.
If I make a simple client software that does something like a Login (Enter
username and password, request an authentication code, and then do some sort
of request...) the first call takes a very long time, consistantly about 15
seconds, and after that things are very fast.
I develop using several computers for many clients at many locations but
always I have this same behavior with all client software I'm writing using
these tools.
Can anyone shed some light on this? Is there a way to reduce the startup
time associated with my first webservices call? Thank you.
David
2003 Server.
As a consultant I am developing client software on the above platform for
several different clients. All software that I'm creating that makes any web
services calls whatsoever have a substantial client-side delay when the first
web service call is made. There must be some sort of start-up overhead
associated with the code.
I'm creating my proxy classes by using the add web reference feature in
Visual Studio.
If I make a simple client software that does something like a Login (Enter
username and password, request an authentication code, and then do some sort
of request...) the first call takes a very long time, consistantly about 15
seconds, and after that things are very fast.
I develop using several computers for many clients at many locations but
always I have this same behavior with all client software I'm writing using
these tools.
Can anyone shed some light on this? Is there a way to reduce the startup
time associated with my first webservices call? Thank you.
David