Application Vs Database Resident Connection Pool
Situation: I have a requirement to use connection pooling while connecting to Oracle database in python. Multiple python applications would use the helper connection libraries I d
Solution 1:
Let the database handle the pool. . . it's smarter than you'll be, and you'll leverage every bug fix/performance improvement Oracle's installed base comes up with.
Post a Comment for "Application Vs Database Resident Connection Pool"