I have read that you should keep the number of connections in your database connection pool lower than the number of threads running in the application server and that might use that pool correct? I have read too that having a high number of connections is not good but I don't really know why? Would it use more memory? Right now during pick times my server is running out of connections and I don't know it would be good just to increase the number of connections.
Thank you