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

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)

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

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

Application Vs Database Resident Connection Pool

Situation: I have a requirement to use connection pooling while connecting to Oracle database in p… Read more Application Vs Database Resident Connection Pool