Skip to content Skip to sidebar Skip to footer
Showing posts with the label Connection Pooling

Create A Sqlalchemy Engine Using An Existing Psycopg2 Connection Pool

I'm adding a new ORM class using sqlalchemy's declarative mapping system. My codebase has a… Read more Create A Sqlalchemy Engine Using An Existing Psycopg2 Connection Pool

Reusing Connections In Django With Python Requests

What's the correct way of reusing Python Requests connections in Django across multiple HTTP re… Read more Reusing Connections In Django With Python Requests

Cassandra Database Session Reuse In Aws Lambda (python)

I am trying to reuse a Cassandra cluster session for subsequent AWS Lambda function calls. I've… Read more Cassandra Database Session Reuse In Aws Lambda (python)