Re: [cx-oracle-users] Session pool
Brought to you by:
atuining
From: Richard M. <ri...@we...> - 2005-05-18 09:23:46
|
Anthony Tuininga wrote: > Its not much of an example but there really isn't much that is > different from using connections the normal way. > > import cx_Oracle > > pool = cx_Oracle.SessionPool(user, password, tnsentry, minConnections, > maxConnections, increment) > connection = pool.acquire() That's a big help, thanks. Rich. -- Richard Moore, Principal Software Engineer, Westpoint Ltd, Albion Wharf, 19 Albion Street, Manchester, M1 5LN, England Tel: +44 161 237 1028 Fax: +44 161 237 1031 |