yacy_search_server/source/net/yacy/data
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
..
list fix for xml blacklist import 2013-02-08 15:12:10 +01:00
wiki - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
ymark - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
BlogBoard.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
BlogBoardComments.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
BookmarkDate.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
BookmarkHelper.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
BookmarksDB.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
DidYouMean.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Diff.java
ListManager.java
MessageBoard.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Translator.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
URLLicense.java fix to unbalanced tag and license for null objects 2013-02-13 01:23:05 +01:00
UserDB.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
WorkTables.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00