Christian Boos wrote: > Kenneth Gonsalves wrote: >> hi, >> i have been running trac .10 with postgres on a debian sarge box with >> apache2 and mod_python. My box is freezing and i am finding hundreds >> of processes or postgres idle in transaction from the trac database. >> Is this a trac problem? any clues as what to do?
The other option is to set poolable = False in the trac/db/postgres_backend.py. Just look for the line that says poolable =True and switch it to False. Then restart your server. That cleared up the 'idle in transaction' processes for me. -John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
