Abgeschickt von Danko am 31 Mai, 2005 um 17:40:57:
Antwort auf: No Free Connection ? von ryan am 31 Mai, 2005 um 10:43:18:
Hi,
I am not sure what you mean. I gues you refer to JDBCPoolConnectionHandler.freeConnection(). I do implement this method in my examples.
Perhaps you refer to JDBCAppender.freeConnection: I obtain the connection at appender initialization. This connection is not released, you are right. I guess it is assumed that the appender is closed when the application is closed, and then it is no longer required to release the connection. Let me know if this is what you found.
Danko
: Dear sir,
: After read your source codes ,I Found u did not implement freeconnection methood,I don't know what the reason is?
: To avoid too much connect and discnnect actions? or some reason else?
: Will it have any problem if we don't have freeconnection method to call?
: By the way, thanks for your examples and sources codes,it's useful to us