Abgeschickt von Danko am 07 April, 2006 um 08:23:54:
Antwort auf: close connection von Jai am 06 April, 2006 um 03:35:07:
The connection is reused.
Regards,
Danko
: 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