OK, I have added this to httpd.conf: WSGIPythonPath /data/search/modwsgi
and this to my app: from loaddb import ipcindex The first 8 requests are slow (loadding the pickled object I guess). Subsequent ones are blazing fast ! What's wrong with the first 8 ? is it because 8 processes are initiated by apache ? Olivier. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
