2007/2/6, zenx <[EMAIL PROTECTED]>:> > Hi, > > I think it is important to have a lightweight middleware ready for > production sites that tracks view stats. For example a newspaper site > needs to know how many times an article has been showed. Another > example, a music site showing stats about artists profile views. I > think it would be great to have a middleware that updates the stats on > the db each time a request is done, or due to performance reasons, > once every X senconds. Perhaps reading apache log?
That's exactly what peastat do. > what do you think? We had to consider both options: * live stats which tail apache log to track current visitors * long term stats which store number of access/page, incoming keywords, etc Maybe the second part can be done by AW stats or third party tool as John suggests. David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
