https://issues.apache.org/bugzilla/show_bug.cgi?id=41214
--- Comment #40 from Ralph Goers <[email protected]> 2011-04-25 22:30:02 EDT --- (In reply to comment #38) > If we start requiring Java 5 for log4j, then there's a nice solution here for > callAppenders: use a CopyOnWriteArrayList in AppenderAttachableImpl and thus > avoid any locking when iterating over appenders. Without Java 5 you could > implement your own CopyOnWriteArrayList, of course. There is very little chance Log4j 1.x is ever going to upgrade to Java 5. I have been working on Log4j 2.0 in an experimental branch which addresses this issue as well as many others, including some design defects that are present in Logback. Unfortunately, Log4j 2.0 still needs a fair amount of work. Volunteers are welcome! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
