Re: Connection pooling and with statement

Поиск
Список
Период
Сортировка
От Frank Broniewski
Тема Re: Connection pooling and with statement
Дата
Msg-id 521C5193.9060106@metrico.lu
обсуждение исходный текст
Ответ на Connection pooling and with statement  (Frank Broniewski <brfr@metrico.lu>)
Ответы Re: Connection pooling and with statement  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Frank Broniewski
Дата:
Сообщение: Re: Connection pooling and with statement
Следующее
От: Daniele Varrazzo
Дата:
Сообщение: Re: Connection pooling and with statement