Ask a Question related to ASP.NET General, Design and Development.
-
Natty Gur #1
Re: Advanced Caching Question
Hi,
I guess you want to use the application cache and since the application
can’t be share between servers (as session) you post your question. Well
there isn’t any way to share the application data between servers. But,
since the cache data available for all the application sessions it won’t
harm if every first call to a server will end up with cache data
available for other requests to the server.
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest
-
Question regarding Player Caching
Hello. I have a quick question that hopefully someone here can help me with. My daughter, who is three, loves to play on nickjr.com and... -
Advanced SQL Question
I'm working on a side project and need to use a SQL query to return aggregate numbers for for date/time ranges, i.e. if I wanted to return the... -
Advanced routing question
Hi I'm trying to combine 2 linux firewalls/routers together. the final host should have the following ports: 1. eth0 - 256kbps frame relay.... -
caching question
I am using Apache 1.3.27 and PHP 4.3.3.RC1 and someone has told me that my web page cannot be cached but I cannot figure out why. My friend tells... -
OO Design question for Net::HTTP caching extension
I'm in the process of writing an HTTP-1.1 extension to Net::HTTP. At the moment, I'm replacing Net::HTTP#get with a version that will check for a... -
news.microsoft.com #2
Re: Advanced Caching Question
A simple way around the multiple web server problem is to create a caching
module that utilizes file dependencies ( see the SDK ) and the file
dependences reference files on a UNC share. All the web servers are watching
the same file on a single box. When the file is edited/deleted, the cache
expires on all the web servers and your rockin!!
- Andrew
"Vai2000" <vai@onebox.com> wrote in message
news:OWqu9tHSDHA.2116@TK2MSFTNGP12.phx.gbl...> Hi All, I have a massive web application so this is what I am doing. I am
> clustering the application server as well as db servers.
> Now the point is I want to include caching on my application. How can I
> cache if the application is shared on clusters?
>
>
> TIA
>
> --
> ========
> Regards
> Vai
> ========
>
>
news.microsoft.com Guest



Reply With Quote

