> the psycopg2 author says that when using multiprocessing, connections should > not be shared > > http://lists.initd.org/pipermail/psycopg/2010-February/006747.html > > is there any option so that i can force web.py to create a new connection > for every db query/calls?
Try creating the database with pooling=False option. -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
