JDBC connection pool compatible with App Engine
问题 Note: I know about this thread but it is quite old and moreover, the solution did not work for me. I am using App Engine along with Cloud SQL and I would like to share a pool of open connections between all of the application's current users. I have tried several connection pool implementations and they all work perfectly with the local development server, however, when deployed to the cloud, they fail. I suppose that the reason is App Engine's restricted "sandbox" environment. Does anyone