In the most recent version AsyncAppender is supposed to work well and
would probably meet your needs.
On 12/29/06, Feigin Yaron <[EMAIL PROTECTED]> wrote:
Hi all,
We are writing a pure Java server that manages some flow threads - Each thread
reads a packet from the network, parses it and runs
Hi all,
We are writing a pure Java server that manages some flow threads - Each thread
reads a packet from the network, parses it and runs the relevant flow according
to the recognized message...
We are using the log4j as the logging mechanism agent and bumped into a
blocking problem...
As eac