English 中文(简体)
BoneCP automatic reconnect
原标题:

Does BoneCP have any mechanism (i.e. configuration) that will allow an automatic reconnect to a MySQL database if the database has been taken offline and restarted

问题回答

Yes - have a look at the transactionReplay feature (but don t use it if you re using Hibernate)





相关问题
TcpClient Auto-Reconnect

What is the best way to make a Tcpclient auto reconnect to the server when it s disconnected (e.g. by the server itself)? The code I m currently using is: public void ClientWork() { ...

batch file for sporadic internet connection

i ve seen pingers and auto redials when theres a request time out. problem: but im having a hard time researching the counter or increment part. idea: heres how it should be: start pinging ...

PHP: mysql_ping - auto reconnect problem

I m working with an old but very complex piece of php code, which relies on direct mysql access via mysql_* functions. The code uses mysql_ping extensively, but it assumes each mysql_ping call will ...

How To modify Eclipselink JPA 2.0 connection retry behavior

How To modify Eclipselink JPA 2.0 connection retry behavior . Eclipselink automatically tries to reconnect it self to database whenever it detects a connection failure this causes swing ui to freeze ...

Flex VideoDisplay reconnect after idletimeout

I have a VideoDisplay that is able to connect to a source and play. After the connection times out I want the connection to be re-established when my play button is clicked. Right now when I reset ...

热门标签