Curt Arnold wrote:
On Dec 2, 2008, at 8:08 AM, [EMAIL PROTECTED] wrote:
Hi,
I have tried to use two AsyncAppenders, which have some Appenders in
common, in parallel. I ended up in a deadlock. Has this never been
tested or is it the intention to use one AsyncAppender at a time only??
This is not an offense, just a question!! I can live with the "only one
AsyncAppender at a time" version.
Cheers
Stefan
Connecting the same appender to two different AsyncAppenders would be a
more likely source of problems than having two AsyncAppenders. Without
a stack trace and your configuration, it is difficult to determine the
nature of the problem.
Perhaps my explanation was misleading. The situation is as follows
(well more or less):
LoggerA --> AsyncAppenderA --+
+--> SomeXMLSocketAppender
LoggerB --> AsyncAppenderB --+
I can't provide a configuration as log4cxx is behind a facade and
completely configured via c++ code.
Cheers
Stefan