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. Cache or xml file

Cache or xml file

Scheduled Pinned Locked Moved ASP.NET
sysadminxml
2 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.
  • S Offline
    S Offline
    ss mmm
    wrote on last edited by
    #1

    Is it better to cache a dataset on the webserver OR use a XML file on a server and maintaining a structure in the XML file that we populate accordingly when required The dataset has 10 datatables and the site could have more than 50 users at once instance Is it better to use the XML file stored on a server or Cache the dataset on the webserver considering that the application runs on a web farm I have to cache the dataset for the users to come back again to the same page and enter new values in the dataset ( something like adding stuff to a basket )

    Thanks

    G 1 Reply Last reply
    0
    • S ss mmm

      Is it better to cache a dataset on the webserver OR use a XML file on a server and maintaining a structure in the XML file that we populate accordingly when required The dataset has 10 datatables and the site could have more than 50 users at once instance Is it better to use the XML file stored on a server or Cache the dataset on the webserver considering that the application runs on a web farm I have to cache the dataset for the users to come back again to the same page and enter new values in the dataset ( something like adding stuff to a basket )

      Thanks

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      Don't you have a database that you can use for this? It's more stable and much more scalable, which is important for a high load application.

      Despite everything, the person most likely to be fooling you next is yourself.

      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