Hi, personally I never knew how the connection pooling exactly was working in the Servoy Application Server, and what numbers to use in what situation.
This is what Servoy does default:

Johan, nicely explained this on the Servoy Forum:
Connection pooling works like this:
at the moment a client (smart or web) does a query, it takes one from the pool if there is 1 idle. (if not it will create one) then if it is done it puts it back into the pool and it keeps idle connections until the max idle count
Comments (1)








