Ask questions and see you at March, 13th, 6.PM. CET: http://www.ustream.tv/channel/adambien
Also checkout recent episode:
Please keep the questions Java EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.
Hello Adam,
Sure you are doing great.
Please, what is the most effective way of checking database connection leaks in Java SE/ Java EE using a connection pool or plain JDBC? For JDBC I have used Apache DBCP and considering reviews which say DBCP has issues under heavy load, I am looking at hikari and Cp30. Please from experience what is the way to go.
In what order should the following be closed. Connection, PreparedStatement, ResultSet?
What are the most effective ways/ APIS, Libraries to test for connection/ connection pool leakages in java code?
Does a high number of sleeping connections have a negative impact on Database/system performance?
Thank you very much.