yacy_search_server/htroot/api/ymarks
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
..
add_ymark.html
add_ymark.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
add_ymark.xml
delete_ymark.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
delete_ymark.xml
get_metadata.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
get_metadata.xml
get_tags.java
get_tags.xml
get_treeview.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
get_treeview.json
get_treeview.xml
get_xbel.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
get_xbel.xml
get_ymark.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
get_ymark.json
get_ymark.xml
import_ymark.html
import_ymark.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
import_ymark.xml
info.html
manage_tags.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
manage_tags.xml
test_import.html
test_treeview.html