I have an application that uses some large packages, such as Wordnet,
and the imports can take awhile. Is there a mechanism in Django to
persist imported package across requests? I'm running Django via
mod_wsgi, and it seems to re-import everything in my view files for
*every* request, which makes the application unusably slow.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---