V
Vikas
Hello,
I am consuming a webservice from a ASP.NET web application. Inside the
constructor of the web service, there is lots of heavy operations
happening like opening a database connection. As a result, the
performance of the web service call is degrading, especially when
multiple users connect to the same web service.
Can there be a way where I can cache the web service object consumed in
the web page? Or something else that can boost the performance of my web
page.
I have very little control on how the web service implementation can be
changed.
Thanks in advance.
I am consuming a webservice from a ASP.NET web application. Inside the
constructor of the web service, there is lots of heavy operations
happening like opening a database connection. As a result, the
performance of the web service call is degrading, especially when
multiple users connect to the same web service.
Can there be a way where I can cache the web service object consumed in
the web page? Or something else that can boost the performance of my web
page.
I have very little control on how the web service implementation can be
changed.
Thanks in advance.