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