|
| Web service Performans problem |
 |
Wed, 2 Apr 2008 18:33:21 +0000 |
Hi
I am coding a web page that might have approximately 1000 hits per day. I need
to call 6 web services in each request for special rates. Would there be a
performance problem regarding that each request reaches each time the default
page is called?
How can I cache the web service data to improve the performance?
|
| Post Reply
|
| Re: Web service Performans problem |
 |
Wed, 2 Apr 2008 18:54:19 +0000 |
You can cache it useing the bulit in asp.net Cache and before calling the
webservice check if the cache contains the key.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|