On Tuesday 13 February 2007 17:40, Ed Leafe wrote: > On Feb 13, 2007, at 8:15 PM, johnf wrote: > > Yes please do and please take into consideration that psycopg uses > > connection > > pooling for every cursor created. > > Can you explain that better? In the dbapi, you start with a > connection object, and from that you get cursors. All cursors created > from a single connection object share that connection. > > Uwe is asking for multiple connection objects. Are you saying that > if you create multiple connection objects using psycopg, they will > actually be the same connection underneath? > > > -- Ed Leafe > -- http://leafe.com > -- http://dabodev.com
See my reply to Uwe. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
