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



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to