Connection pooling with two databases

2004-06-29 Thread Frans Flippo
Hi, We're using Tomcat 4.1.30 and PostgreSQL 7.3.4 to run a high-volume website. We connect to two different databases using database connection pooling and occasionally a mixup seems to occur where a query intended for database A is executed on database B, or vice versa. Postgres says Relation

RE: Connection pooling with two databases

2004-06-29 Thread Holly, Michael
this points you toward a solution. Regards Michael -Original Message- From: Frans Flippo [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 10:58 AM To: [EMAIL PROTECTED] Subject: Connection pooling with two databases Hi, We're using Tomcat 4.1.30 and PostgreSQL 7.3.4 to run