HOW TO LESSEN THE LOAD ON DATABASES WITH XML

  • Thread starter Thread starter Ramakrishna
  • Start date Start date
R

Ramakrishna

Hi

i my web application , iam get data continously. every
time need access the database all the time.i would like to
use the xml. is there any way to reduce the load on
databases using xml.

thankx in advance


rk
 
Have you looked into using the Cache or OutputCache? I would take a look at
these before I restructured my data.
 
Back
Top