yacy_search_server/source/net/yacy/search
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
..
index - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
query - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
ranking - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
schema - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
snippet - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
EventTracker.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
IndexAbstracts.java
IndexingQueueEntry.java refactoring 2012-09-21 15:48:16 +02:00
MemoryTracker.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
ResourceObserver.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Shutdown.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
StorageQueueEntry.java added missing class 2013-05-30 16:39:48 +02:00
Switchboard.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
SwitchboardConstants.java added a 'greedy learning' mechanismn which will cause that a 'fresh' 2013-06-11 14:42:30 +02:00