HI, All
If a B4J server app (works on a Host1 of a LAN) uses a big MySQL database on a dedicated Host0 (of this LAN), and also planned to make other apps on different hostsX (and connecting to the same Host0 db) - how correctly to use the connections pool to avoid errors ?
There are tons of subs inside the app where the DB is used - is a new connection to be opened at each sub and closed at sub finish ?
If a B4J server app (works on a Host1 of a LAN) uses a big MySQL database on a dedicated Host0 (of this LAN), and also planned to make other apps on different hostsX (and connecting to the same Host0 db) - how correctly to use the connections pool to avoid errors ?
There are tons of subs inside the app where the DB is used - is a new connection to be opened at each sub and closed at sub finish ?