yacy_search_server/htroot/yacy
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
..
ui - generalized SchemaConfiguration into super-class Configuration and 2013-02-25 00:09:41 +01:00
crawlReceipt.html
crawlReceipt.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
hello.html
hello.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
idx.java refactoring 2012-09-21 15:48:16 +02:00
idx.json added a new yacy protocol servlet 'idx'. This returns an index to one of the data entities that is stored in YaCy. 2011-05-15 22:57:31 +00:00
list.html
list.java refactoring 2012-09-21 15:48:16 +02:00
message.html
message.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
profile.html
profile.java refactoring 2012-09-21 15:48:16 +02:00
query.html added a magic to the peer ping that will be used in case that the contacting peer requests that it's reported IP shall be used for a back-ping. The back-ping now also returns the same magic which will make it possible that the requested peer can verify that the back-pinged peer is actually the same peer. 2011-04-29 01:52:20 +00:00
query.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
search.html - fixes for host navigation 2012-12-15 09:14:49 +01:00
search.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
transferRWI.html
transferRWI.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
transferURL.html
transferURL.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
urls.java - removed dependencies from URIMetadataRow and made direct access to 2012-10-16 18:11:57 +02:00
urls.xml