Thanks.

I'm also starting to ponder whether there's a mostly compatible way to reduce locking in AppenderSkeleton and WriterAppender.

For instance, we could add a special Layout interface that would allow the String to be pre-computed prior to holding the lock (but after filters and thresholds).

That's just an idea, but I'm looking for something that does any message to String conversion and formatting without holding a lock on the Appender, which would be a source of potential deadlock and unnecessarily limit the (multi-threaded) throughput of log4j.

Curt Arnold wrote:
I sorry that I haven't had time to look at your proposal but hope to on Monday.

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




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

Reply via email to