yacy_search_server/source/net/yacy/peers/graphics
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
..
Banner.java *) simplified banner creation code 2013-05-25 12:56:43 +02:00
BannerData.java *) simplified banner creation code 2013-05-25 12:56:43 +02:00
EncodedImage.java added transparency to gif image animation and the integration to the 2013-04-21 12:29:05 +02:00
NetworkGraph.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
OSMTile.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
ProfilingGraph.java tried to clean up the search process mess 2012-11-01 17:16:43 +01:00
WebStructureGraph.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00