There is an ongoing discussion on the psycopg list and trac regarding the use of psycopg with multiple interpreters.
fog is proposing dropping support for multiple interpreters rather than dealing with the (notably sticky) issues. Trac: http://www.initd.org/tracker/psycopg/ticket/192 Mail archives (look for 192; the threads are broken): http://lists.initd.org/pipermail/psycopg/2007-October/thread.html http://lists.initd.org/pipermail/psycopg/2007-September/thread.html This is FYI. If the support is dropped, Django will need to either advise people to not do this (where the alternatives seem to be to run wsgi out of process or run separate apache processes for each vhost), or we may need to do something crazy like writing a C extension and making CursorWrapper return converted decimals for the running interpreter. Notably, Graham Dumpleton reported the original bug and raised the issue on the dj-dev list a while ago-- it's just now coming to a head. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
