yacy_search_server/source/net/yacy/repository
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
..
Blacklist.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
BlacklistFile.java Rewrote all String blacklist types to enum 'BlacklistType', closes bug 2012-06-11 00:17:30 +02:00
FilterEngine.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
LoaderDispatcher.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
RegexHelper.java avoid NPE in regex checker 2013-04-20 10:53:49 +02:00