Hi,
I have created a web service that is consumed by CF clients on mobile
devices. Each time a web method is called from the device, a new TCP
connection is created on the web server.
How do I close the tcp connection once the client request is complete?
I have tried using Session.Abandon in the web method without any
success. I am running out of available connections to the server (IIS
5.1) because of this issue. Ideally, I would like each client to create
only one TCP connection on the server and reuse that connection to make
multiple web method calls.
Manoj
|