3 messages in org.apache.logging.log4j-userRE: DBAppender throughput limits
FromSent OnAttachments
James StaufferJun 15, 2004 10:16 am 
Scott DeboyJun 17, 2004 5:45 am 
Ceki GülcüJun 17, 2004 6:45 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: DBAppender throughput limitsActions...
From:Scott Deboy (sde@comotivsystems.com)
Date:Jun 17, 2004 5:45:31 am
List:org.apache.logging.log4j-user

I'd first look to see if there are other ways of addressing the issue. Maybe asyncAppender alone would help.

A custom filter (which performed a wait when evaluating the event), in combination with asyncAppender, might work.

Don't forget that asyncAppender uses a bounded buffer.

-----Original Message----- From: James Stauffer [mailto:jsta@spscommerce.com] Sent: Tuesday, June 15, 2004 10:17 AM To: 'log4@jakarta.apache.org' Subject: DBAppender throughput limits

Is it possible to make DBAppender (or other appenders) limit the number of logs that they write. e.g. Write no more than 10 logs/sec.