On Sun, May 25, 2008 at 9:08 PM, jonknee <[EMAIL PROTECTED]> wrote:
> Unless you cache the view. Just update it once an hour/day.

You still have to record the raw number of hits somewhere. Doing this
in the database, in real time, is often not possible because it does
lead to one write per page view.

Periodically crunching server logs is often a better alternative.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to