First of all I'm a newbie, so I hope you have patience with my existential crisis
I'm a bit confused... connection pools are only for application servers (Tomcat) and not web servers (Apache) ?
It only works in some languages?
I tried to do SQL transactions from PHP and failed.I know that it is possible to make transactions, but not to make them at the moment the user clicks the commit or rollback button to save points . That's why I wanted to use a connection pool, but I can't XD
I read that it is not possible in PHP, but if in JAVA , then I wonder the connection pool is configured in the language or in the server?