------=_Part_13_21445956.1209366338841
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Basically i have one web application and one database associated with it
Now i want some thing like this
I will have about 50 database of same schema with different data
(ofcource)
now i will have some connection pool like thing which will have database
connections for each of 50 database
Question ) Can i serialize this db connections. ? will it rise to
performance problem ? basically whats the way i can have db connection
pool
In this way when ever My Application make database acsess I will return
any
of the connection i select and so with effect different database and data.
Question ) can it be done ...?? I m using postgres Sql as DB Server.
Thanks
--
View this message in context:
http://www.nabble.com/Database-Connection-pool-tp16930362p16930362.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.
------=_Part_13_21445956.1209366338841
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
Basically i have one web application and one database associated with it
Now i want some thing like this
I will have about 50 database of same schema with different data
(ofcource)
now i will have some connection pool like thing which will have database
connections for each of 50 database
Question ) Can i serialize this db connections. ? will it rise to
performance problem ? basically whats the way i can have db connection
pool
In this way when ever My Application make database acsess I will return
any of the connection i select and so with effect different database and
data.
Question ) can it be done ...?? I m using postgres Sql as DB Server.
Thanks
<br><hr align="left" width="300">
View this message in context: <a
href="http://www.nabble.com/Database-Connection-pool-tp16930362p16930362.html">Database
Connection pool</a><br>
Sent from the <a
href="http://www.nabble.com/PostgreSQL---jdbc-f770.html">PostgreSQL
- jdbc
mailing list archive</a> at Nabble.com.<br>
------=_Part_13_21445956.1209366338841--