> yes..its just a transparent gif...i'm thinking of writing my
> own view, which will get the visitor data and then just call
> the static serve method provided by django. just dont know it
> its ok inproduction env though..

I'd be tempted to just serve this file like any other 
static-media file, and then use log-file tools to process your 
apache/lighttpd/whatever logs.

Alternatively, if you must intercept the request, I believe 
ticket 2131[1] adds a mechanism in mod_wsgi/mod_python to 
directly serve a file more efficiently, after passing through the 
view of your choice.

-tim


[1]
http://code.djangoproject.com/ticket/2131

--~--~---------~--~----~------------~-------~--~----~
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