yacy_search_server/source/net/yacy/peers
Michael Peter Christen 5878c1d599 - refactoring of log to ConcurrentLog:
jdk-based logger tend to block
at java.util.logging.Logger.log(Logger.java:476) in concurrent
environments. This makes logging a main performance issue. To overcome
this problem, this is a add-on to jdk logging to put log entries on a
concurrent message queue and log the messages one by one using a
separate process.
- FTPClient uses the concurrent logging instead of the log4j logger
2013-07-09 14:28:25 +02:00
..
graphics - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
operation - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Accessible.java refactoring 2011-10-04 09:06:24 +00:00
DHTSelection.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Dispatcher.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
EventChannel.java refactoring 2011-10-04 09:06:24 +00:00
Network.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
NewsDB.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
NewsPool.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
NewsQueue.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
PeerActions.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Protocol.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
RemoteSearch.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Seed.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
SeedDB.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Transmission.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00