yacy_search_server/source/net/yacy/document/parser/html
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
..
AbstractScraper.java redesign of the QueryParams class: introduced QueryGoal which holds the 2012-11-18 01:22:41 +01:00
AbstractTransformer.java Now used synchronization in all close() methods to make sure all objects 2012-05-14 07:41:55 +02:00
CharacterCoding.java
ContentScraper.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
ContentTransformer.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
EmbedEntry.java added the generation of 50 (!!) new solr field in the core 'webgraph'. 2013-02-22 15:45:15 +01:00
Evaluation.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
ImageEntry.java added the generation of 50 (!!) new solr field in the core 'webgraph'. 2013-02-22 15:45:15 +01:00
Scraper.java free some memory after parsing html 2012-02-02 09:55:27 +01:00
ScraperInputStream.java added the generation of 50 (!!) new solr field in the core 'webgraph'. 2013-02-22 15:45:15 +01:00
ScraperListener.java
Transformer.java
TransformerWriter.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00