https://issues.apache.org/bugzilla/show_bug.cgi?id=17887


QualityChecker <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




--- Comment #6 from QualityChecker <[EMAIL PROTECTED]>  2008-09-02 02:30:25 PST 
---
May be the reason :

The SocketServer TCP/IP server is designed to manage 10 (or 11 ?) maximum
threads .
See org.apache.log4j.net.SocketServer.java constructor :

public
  SocketServer(File directory) {
    this.dir = directory;
    hierarchyMap = new Hashtable(11);
  }
There must be some mixing or hidden bugs between the clients if exceeding 10
clients.

Thanks for your feedback if this is the right reason.

See http://d.cr.free.fr/wswebconsulterfichiers.php?projet=demojava_log4j for
(many..) extra bugs in log4j


-- 
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]

Reply via email to