Re: Connection pooling and with statement - Mailing list psycopg

From Frank Broniewski
Subject Re: Connection pooling and with statement
Date
Msg-id 521C5193.9060106@metrico.lu
Whole thread Raw
In response to Connection pooling and with statement  (Frank Broniewski <brfr@metrico.lu>)
Responses Re: Connection pooling and with statement  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
List psycopg
Am 2013-08-23 12:03, schrieb Frank Broniewski:
> Another question that occured to me is how I use the with statement with
> the pool class:
>
> I can do:
> with pool.getconn() as conn:
>      with conn.cursor() as cursor:
>          # do stuff
>
> Where do I need to call pool.putconn(conn)? How does the with statement
> affect the connection? Is the with statement suitable for connection
> pooling at all?

Hey everybody,

I want to come back to my question above. Any ideas on this?

>
> Many thanks,
>
> Frank
>
>


--
Frank BRONIEWSKI

METRICO s.à r.l.
géomètres
technologies d'information géographique
rue des Romains 36
L-5433 NIEDERDONVEN

tél.: +352 26 74 94 - 28
fax.: +352 26 74 94 99
http://www.metrico.lu


psycopg by date:

Previous
From: Frank Broniewski
Date:
Subject: Re: Connection pooling and with statement
Next
From: Daniele Varrazzo
Date:
Subject: Re: Connection pooling and with statement