S
Sinex
Hi,
I have a web service with multiple web methods. A client consumes my
service thru a proxy object. Say the client calls a web method F1(). The
first time my client calls the method it takes a while for the response to
come back. But subsequent requests are served much faster! Why is this
happening?
I am under the impression that every call to a web method is a brand new
request to the web service. The service spits out the response and the
connection is closed (right?). Or is it that the server (IIS) remembers my
client and handles subsequent calls on the same connection?
Sinex
I have a web service with multiple web methods. A client consumes my
service thru a proxy object. Say the client calls a web method F1(). The
first time my client calls the method it takes a while for the response to
come back. But subsequent requests are served much faster! Why is this
happening?
I am under the impression that every call to a web method is a brand new
request to the web service. The service spits out the response and the
connection is closed (right?). Or is it that the server (IIS) remembers my
client and handles subsequent calls on the same connection?
Sinex