Re: Apache::DBI with multiples databases...

2004-10-12 Thread Frank Maas
On Tue, Oct 05, 2004 at 10:27:19PM +0200, Perrin Harkins wrote: > > Remember, Apache::DBI doesn't share these connections between processes > -- every process will need to open a connection to all three databases. If the databases all reside on the same server, you could initiate one connection (

Re: Apache::DBI with multiples databases...

2004-10-05 Thread Perrin Harkins
Hi, Something seems to be wrong with your mail client's encoding. It's putting some garbage in between lines. > I have Apache::DBI configured and it work very well with the FIRST = > database > (master), which get recycled like it should. However the client and = > archives > databases don't get

Apache::DBI with multiples databases...

2004-10-05 Thread Lawrence Waterhouse
Hello folks, =20 I have some problems with Apache::DBI using multiples databases. hope = some of you can help because I tried everything I could. =20 I have a web application using 3 different databases: A 'master' = database, a 'client' database and an 'archives' database. =20 I have Apache: