yacy_search_server/source/net/yacy/peers
reger 7d0d19cb8e avoid File.deleteOnExit() on temp files
JVM registers each file in a list regardless of already deleted and never
cleans up the list during runtime.
This accumulates to a considerable amount of mem during large crawls and/or
long uptime.
To tackle this, all temp files are now created in a subdir of java.io.tmpdir 
and the jvm tmpdir property is set to this subdir, which is deleted by
code on shutdown.
Additionally let pdfParser use this tmp subdir too.
2015-11-17 22:27:07 +01:00
..
graphics added intensity option to graphics 2015-05-30 06:31:08 +02:00
operation fix unnececary set null of peer flags, causing reread 2015-10-22 02:35:58 +02:00
Accessible.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
DHTSelection.java large IPv6 redesign of peer ping methods! 2014-09-30 14:53:52 +02:00
Dispatcher.java Renamed the transmission cloud to buffer in dispatcher since the name 2014-07-11 04:04:09 +02:00
EventChannel.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
Network.java more ipv6 bugfixes 2014-10-08 12:38:56 +02:00
NewsDB.java enhanced timezone managament for indexed data: 2015-04-15 13:17:23 +02:00
NewsPool.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
NewsQueue.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
PeerActions.java more IPv6 bugfixes 2014-10-06 17:44:27 +02:00
Protocol.java Fix for index entries which have id's not computed as hash from the url. 2015-09-22 11:56:17 +02:00
RemoteSearch.java a collection of search query enhancements: 2015-08-02 14:52:41 +02:00
Seed.java fix init of peer flags 2015-10-24 19:36:33 +02:00
SeedDB.java avoid File.deleteOnExit() on temp files 2015-11-17 22:27:07 +01:00
Transmission.java remove unused Transmission hit counter 2015-08-02 00:20:14 +02:00