> Why not just have a global in your view.py?
right, after looking through the wsgi doc provided above, I feel ok
with doing that now. I just have to be mindful of different instances
of the globals can exist across processes. In other frameworks, e.g.
Spring for Java, they provide a singleton scope where you don't worry
I think about multiples existing (except when scaling up to apps
spanning across multiple JVMs and servers)
--~--~---------~--~----~------------~-------~--~----~
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
django-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---