|
whitesites
Forum Regular
| Joined: 05 Jul 2004 |
| Posts: 310 |
| Location: Houston, TX |
|
 |
Posted: Sun May 31, 2009 10:14 pm |
|
 |
 |
 |
 |
I am hoping I can get an answer from someone who is knowledge about with asp.net and load balanced hosting, such as the .NET Pro Accounts.
I have a website that is currently running on the .NET Pro account. It runs fast, but it seems I have lost control over my cache. I have several logical objects ( blocks of code ) that I have cached to the servers memory to prevent redundant DB hits. I have created a page on my backend that allows me to see how much is currently stored in the cache, and gives me the power to empty it if needed. The problem is it always shows my cache is empty.
I know that when running web gardens ( one server multiple Worker processes ), each process would have its own cache ( even when using session server ). But I could see that objects were stored in the cache of one or another processes. On the load balanced .net Pro account it never shows anything in the cache. Could someone please explain to me how the Cache is managed in this load balanced environment.
thanks
|
|
|