yacy_search_server/source/net/yacy/document
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
..
content - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
importer - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
language - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
parser - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
AbstractParser.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Condenser.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Document.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
ImageParser.java - enhanced description on search front page 2011-11-26 13:40:33 +00:00
LargeNumberCache.java more performance hacks 2010-10-09 08:55:57 +00:00
LibraryProvider.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Parser.java removed the option to prevent removal of & parts inside of the 2012-10-10 11:46:22 +02:00
Phrase.java more performance hacks 2010-10-09 08:55:57 +00:00
SentenceReader.java fix for url camel case parser and sentence reader 2012-07-08 16:48:09 +02:00
SnippetExtractor.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
TextParser.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
WordTokenizer.java refactoring 2012-09-21 16:46:57 +02:00