yrift / jwebsocket

Automatically exported from code.google.com/p/jwebsocket
0 stars 0 forks source link

JDBC-Plugin: Optional Auto Connection check on plug-in-start-up requested #125

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently the JDBC plug-in tries to establish the database connection on the 
first db request. This lets the first request take longer than required as if 
the connection would be established immediately on startup.

We also could use this to report an error on startup in case the database is 
not available.

Original issue reported on code.google.com by fivefeetfurther@gmail.com on 30 May 2011 at 10:55