Re: OO base -> jdbc -> mysql timeout problem

2008-12-03 Thread Daevid Vincent
If this is a web app, then it should be making a new connection every time a page is loaded (where applicable). At least that's how every PHP site I've ever made works... If this is a stand alone app, if your language has threads you could (hackily) have a thread that does some "NO-OP" every hour

OO base -> jdbc -> mysql timeout problem

2008-12-03 Thread Bazooka Joe
I am trying to develop an db app w/ OO base as the front end to mysql db that is running on the web in a shared hosting environment using jdbc as the connector. The problem is if I let OO base sit for a few minutes it looses the connection to the db and I have to restart OO base to get it to recon