Thursday, March 1, 2012

Re: App Engine crone jobs not working on cloud sql database in java

Sorry but you'll need to be more specific than it's not working for anyone to be able to offer any suggestions.

One thing I noted, is you don't want to do the DriverManager.registerDriver inside of the doGet since that will leak new driver instances are they are added to the drivermanager each time you handle a request. Please do that in a static initializer only once.

Thanks,

Rob



No comments:

Post a Comment