Abgeschickt von Jai am 06 April, 2006 um 03:35:07
Hi,
I have a question on how JDBCAppender works in terms of acquiring connections and close connections:
In one thread, does JDBCAppender try to acquire a connection for every log statement or reuse the one first acquired? From the code, I don't see it close connection after inserting into database if MyConnectionHandler does not implement JDBCPoolConnectionHandler.
thanks a lot for your help and time,
jai