Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. caching best architecture [modified]

caching best architecture [modified]

Scheduled Pinned Locked Moved ASP.NET
sysadminhostingarchitectureperformancequestion
6 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Amr M K
    wrote on last edited by
    #1

    Dear All, I want to use best caching tech for getting, dynamic data from server for exmple my server hosting stock values and values will change always and thier are alot of hits on server with hight traffic , i want to use caching to improve the performance,and not get unchanged values?? i will use web service to consume values..

    Yes. CreatiVity withOuT limiTs

    modified on Friday, December 25, 2009 12:06 PM

    A 1 Reply Last reply
    0
    • A Amr M K

      Dear All, I want to use best caching tech for getting, dynamic data from server for exmple my server hosting stock values and values will change always and thier are alot of hits on server with hight traffic , i want to use caching to improve the performance,and not get unchanged values?? i will use web service to consume values..

      Yes. CreatiVity withOuT limiTs

      modified on Friday, December 25, 2009 12:06 PM

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      You have a quick read on this article. This may give you a good idea, Exploring Caching in ASP.NET[^]

      Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

      A 1 Reply Last reply
      0
      • A Abhijit Jana

        You have a quick read on this article. This may give you a good idea, Exploring Caching in ASP.NET[^]

        Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

        A Offline
        A Offline
        Amr M K
        wrote on last edited by
        #3

        thanks for link but i want for updatable data to be cached??

        Yes. CreatiVity withOuT limiTs

        A 1 Reply Last reply
        0
        • A Amr M K

          thanks for link but i want for updatable data to be cached??

          Yes. CreatiVity withOuT limiTs

          A Offline
          A Offline
          Abhijit Jana
          wrote on last edited by
          #4

          Amr M. K. wrote:

          but i want for updatable data to be cached??

          Yes, you can easily do that. You can use CacheDapendency with the data. When ever the source of the cached data will change cache data will update automatically. From where you are reading the data ? If it is sql server you can easily set dependency with the database server or if you are reading data from file then also you can set the dependency with the file. Let me know if you need any more help. Thanks !

          Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

          A 1 Reply Last reply
          0
          • A Abhijit Jana

            Amr M. K. wrote:

            but i want for updatable data to be cached??

            Yes, you can easily do that. You can use CacheDapendency with the data. When ever the source of the cached data will change cache data will update automatically. From where you are reading the data ? If it is sql server you can easily set dependency with the database server or if you are reading data from file then also you can set the dependency with the file. Let me know if you need any more help. Thanks !

            Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

            A Offline
            A Offline
            Amr M K
            wrote on last edited by
            #5

            thanks for reply, I read that you can do it in aspx page but it will work in web service,,how? data source from sql server

            Yes. CreatiVity withOuT limiTs

            A 1 Reply Last reply
            0
            • A Amr M K

              thanks for reply, I read that you can do it in aspx page but it will work in web service,,how? data source from sql server

              Yes. CreatiVity withOuT limiTs

              A Offline
              A Offline
              Abhijit Jana
              wrote on last edited by
              #6

              You can use in caching in web service too :) Please have a look, http://support.microsoft.com/kb/318299[^]

              Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups