Play Framework 2.2.1、MySQL 5.5およびsorm 0.3.10を使用しています
MySQL は指定されたアイドル タイムアウトの後に非アクティブな接続をドロップするため、アプリで次の例外が発生します。
[CommunicationsException: Communications link failure The last packet successfully received from the server was 162 701 milliseconds ago. The last packet sent successfully to the server was 0 milliseconds ago.]
私の知る限り、sorm は c3p0 接続プールを使用しています。c3p0 または sorm を設定して、指定された遅延で mysql をキックしたり、接続が切断された後に自動的に再接続したりすることは可能ですか?