31 Aug
1999
31 Aug
'99
2:18 p.m.
Are there not DB client libraries which do not safely allow multiple threads accessing a single connection, but which would be perfectly happy if each thread drew a different connection from a pool? I believe InterBase (at least) works this way, and I suspect PostgreSQL of similar failings. ----- Original Message ----- From: Christopher Petrilli <petrilli@digicool.com>
What are you trying to solve? Either you can thread, or you can't. If you can't handle access from multiple threads, then 100 connections to the database are useless when you can only talk to one SQLMethod at a time.