Share and Preserve Python Database Access
Databases are happy to handle many parallel requests. However, active processes (threaded or forked) almost inevitably eat up a valuable resource: database connections. Learnhow to use the antipool.py module in Martin Blais' antiorm library to make the pooling and reuse of connections transparent to programmers, and in a RDBMS-agnostic fashion.
This particular article has been collected via RSS syndication. We apologize if it's too brief.
If You wish to publish articles on LinuxStreet.net please contact us.
