posted 13 years ago
I have a small Query . I have a ds.xml file for my application which has Maximum pool size set to 30 . <max-pool-size>30</max-pool-size>
I have deployed this in farm folder. which will replicate the application to 3 nodes. node1,node2,node3.
Now my query is can we assume that we have 90 maximun connection available.
30 connections x 3 nodes = 90 connections .
Am i Right ?