How to avoid fast rate page refresh in ASP.NET ?
Posted
by eugeneK
on Stack Overflow
See other posts from Stack Overflow
or by eugeneK
Published on 2010-04-21T07:20:13Z
Indexed on
2010/04/21
7:23 UTC
Read the original article
Hit count: 257
I have a page that shows statistics for users, this cannot be cached because each user has different statistics and there are many thus the real time query must be made.
What the way to avoid database server overload when user will click F5's to refresh or to ask different queries in short time intervals ?
© Stack Overflow or respective owner