Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

We have a windows app which is installed in many systems..and the server is resided
on different PC..so whenever users loading the app due to many hits to server..the application is becoming very slow..
so i tried to use caching the data ..with expiration..(as we dont have any db changes during expiration time..)

i tried the below article which was posted in codeproject...
http://www.codeproject.com/KB/cs/webservicecache.aspx

but this article explains to cache data locally..but i need o cache the data in the server...so that eventhough many users run the app the load will be less...

Please help me regarding the same..
Posted
Updated 24-May-11 2:54am
v2

1 solution

I am not sure if this is a solution but please check the Windows Server AppFabric @ http://msdn.microsoft.com/en-us/windowsserver/ee695849[^]

It introduces Caching Services in it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900