Hello, I'm using mod_python+postgresql+tsearch2 and django from trunk. After making a new connection to postgresql, the first query which uses some tserach2 function is time consuming. All next queries run fast. I don't know exactly what is the cause but I suppose the tsearch2 machinery is lazy loaded by the backend.
I thought that using permanent connection will solve the issue but it seems that django does not support permanent connection with mod_python or am I wrong? Is some external connection pooling mechanism the only solution for this? Has someone any other ideas? Best regards, Jacek --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users -~----------~----~----~----~------~----~------~--~---

