yacy_search_server/source/net/yacy/kelondro/blob
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
..
ArrayStack.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
BEncodedHeap.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
BEncodedHeapBag.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
BEncodedHeapShard.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
BLOB.java Abstraction of HandleMap and HandleSet 2012-07-27 12:13:53 +02:00
Compressor.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Gap.java *) set SVN properties 2011-03-08 01:51:51 +00:00
Heap.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
HeapModifier.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
HeapReader.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
HeapWriter.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
MapColumnIndex.java refactoring 2012-09-21 16:46:57 +02:00
MapDataMining.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
MapHeap.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Stack.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Stacks.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
TableColumnIndexException.java fix for java.lang.RuntimeException: TableColumnIndex not available... 2012-09-26 09:56:16 +02:00
Tables.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
TablesColumnBLOBIndex.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
TablesColumnIndex.java removed warnings 2012-10-23 19:08:44 +02:00
TablesColumnRAMIndex.java refactoring 2012-09-21 16:46:57 +02:00