Chris schrieb:
> 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.
>   
Please post your wsgi configuration. Do you have something like 
maximum-requests=1?

  Thomas

-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de


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