Skip to Content
0
Former Member
Jan 11, 2007 at 12:45 PM

Datasource Connection Pooling - Per environment or per J2EE node?

222 Views

Hi all,

I have a question about the JDBC service regarding the connection pooling.

For external datasources, we have specified a max. pool size of 25.

Now, is this value per J2EE server node per Dialog Instance, or is this a global setting?

In other words, say we have 5 dialog instances each with 4 server nodes, do we have pools with a total size of 200 maximum connections, or just 25?

Thanks in advance!

Robin van het Hof