Advanced Caching Question

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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....
    4. 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...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139