Hi

Maybe you should take a look at the DBCP stuff that is used in Tomcat,
with regards to instatiation etc.

-----Opprinnelig melding-----
Fra: Raymond DeCampo [mailto:[EMAIL PROTECTED]
Sendt: 1. april 2003 05:14
Til: [EMAIL PROTECTED]
Emne: JDBC Appender


Hello all,

I finally have more time as a major deadline has passed at work.  I was 
thinking about writing an improved JDBC appender.  My intention is to 
create a new appender from scratch.  As discussed previously, I figured 
I would have an abstract base class with an abstract getConnection() 
class and two concrete derivatives; one for getting the connection from 
a JNDI context and one for getting the connection from the
DriverManager.

I just wanted to check in to see if anybody is working on this already. 
  I also have a couple of questions:

1)  The original JDBCAppender class has a buffer where it stored the 
events until a limit is hit.  I'm not sure I understand the rationale 
behind this.  Doesn't this cause most loggings to be fast but once in a 
while one client pays the bill for the rest?  It also seems to have been

a source of bugs in the past.  Does anyone have a compelling reason for 
including it in the new appenders?

2)  Is there a good place to look to get a feel for how the 
configuration works?

Thanks,
Ray


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

This email with attachments is solely for the use of the individual or
entity to whom it is addressed. Please also be aware that DnB cannot
accept any payment orders or other legally binding correspondence with
customers as a part of an email. 

This email message has been virus checked by the virus programs used
in the DnB Group.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to