Stefan Bodewig <[EMAIL PROTECTED]> wrote on 07/17/2008 04:01:34 AM:
> > I spent a lot of time & effort writing a thread-safe logger for our
> > own internal use.
>
> Sounds as if it was more painful than I had expected.
It's been quite a while, so my memory is a little hazy, but IIRC much of
th
On Fri, 11 Jul 2008, Jeffrey E. Care <[EMAIL PROTECTED]> wrote:
> I spent a lot of time & effort writing a thread-safe logger for our
> own internal use.
Sounds as if it was more painful than I had expected.
> If there's sufficient interest I'd be willing to get the ball
> rolling on getting the
rnal IP
folks...
Jeffrey E. (Jeff) Care
[EMAIL PROTECTED]
IBM WebSphere Application Server
WAS Release Engineering
From:
Stefan Bodewig <[EMAIL PROTECTED]>
To:
dev@ant.apache.org
Date:
07/11/2008 12:03 PM
Subject:
Logging and synchronization
On Fri, 11 Jul 200
On Fri, 11 Jul 2008, <[EMAIL PROTECTED]> wrote:
> XmlLogger could lose messages when parallel is used.
Since DOM is not thread safe (something I didn't fully realize) our
XMLLogger implementation failed to add a few elements when parallel
was used. I've now synchronized all appendChild calls and