appengine-cloudsql-native-mysql-hibernate-jpa-demo-java
appengine-cloudsql-native-mysql-hibernate-jpa-demo-java copied to clipboard
Is there any possible way to integrate a connection pool?
I'm truly having a bad time trying to integrate connection pool, there's no info about it on th web (at least a right answer), none of the libraries for pooling works on GAE Standard Edition with Auto scaling cause of they are using threads, so, what's the way to go with connection pooling in the standard env?