![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi Steven, Thanks for posting! For the current issue, as the article from the MSDN Magazine mentioned, the core concept is customizing the cache's dependency. Below is an implementation of synchronizing the ASP.NET cache across AppDomains and Web Farms: http://www.eggheadcafe.com/articles/20030420.asp The article is written by the Peter A. Bromberg (MVP). It demonstrates how to implement sharing the cache between Web Farms. I hope this will be helpful. If you have any issues or concerns, please let me know. It's my pleasure to be of assistance. Regards, Yuan Ren [MSFT] Microsoft Online Support |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
I was curious if there were any suugestions on caching shared application data in a web farm using .NET 1.1. We are using SQL Server for session state managemnet and the June 2005 EL for user data caching. The idea here is to have a shared application cache generated from the first user action that is shared with other versus calling the database. The big issue here is once a cache is established I need a mechanism to distribute these cache to the other web servers within the web farm. The same distribution concept will apply if another user process a tranaction. In other word I have a web form that any number of user may access and as each user process a tranaction I need to update this application cache and in turn distrubute this updated cache to the other servers in the web farm. I am open to any ideas on the subject and I have looked at the following as a possible solution. http://msdn.microsoft.com/msdnmag/is...7/CuttingEdge/ |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |