G
Guest
The New York Times and many other online publications automatically generate
"most popular article" lists that cover, say, the last 24 hours.
I am looking for guidance and/or code on the best way to do this in ASP.NET
2 in a way that
a) won't crush the server
and
b) won't be surpressed by any of ASP.NET's caching options: you want the
"hits" to still be registered even if someone is clicking through to a
cached instance of the page.
What are the common solutions for dealing with this? Is it common to use a
stats package and operate on the data store that's generated by the package,
or is this overkill for this intended purpose?
SQL Server is available, and I have full control of the server.
-KF
"most popular article" lists that cover, say, the last 24 hours.
I am looking for guidance and/or code on the best way to do this in ASP.NET
2 in a way that
a) won't crush the server
and
b) won't be surpressed by any of ASP.NET's caching options: you want the
"hits" to still be registered even if someone is clicking through to a
cached instance of the page.
What are the common solutions for dealing with this? Is it common to use a
stats package and operate on the data store that's generated by the package,
or is this overkill for this intended purpose?
SQL Server is available, and I have full control of the server.
-KF