Re: new: django middleware to integrate with Firestats web analysis tool

2006-11-30 Thread Omry
[EMAIL PROTECTED] wrote: > Are you really sure to fork a php interpreter instance for every single > request that hits your web server? > (In reference to > http://firestats.cc/browser/trunk/firestats/integration/django/firestats.py) Hi, I am the FireStats developer. While this is not ideal, it'

Re: new: django middleware to integrate with Firestats web analysis tool

2006-11-30 Thread [EMAIL PROTECTED]
Are you really sure to fork a php interpreter instance for every single request that hits your web server? (In reference to http://firestats.cc/browser/trunk/firestats/integration/django/firestats.py) --~--~-~--~~~---~--~~ You received this message because you ar

new: django middleware to integrate with Firestats web analysis tool

2006-11-29 Thread Dan Getz
Hello django-ers, I wrote a small middleware to log each django site pageview with Firestats log analysis tool (Homepage: http://firestats.cc/wiki). Its not the most efficient integration method, but it works. Firestats is a log analysis tool (like AWstats, webalizer, Google Analytics). Its writt