yacy_search_server/source/net/yacy/document/importer
Michael Peter Christen 321840fde3 Replaced all fixed thread pools with cached thread pools. The cached
thread pools will flush their cached (dead) threads after 60 seconds.
This will cause that YaCy now runs constantly withl about 50 threads,
about 100 at peak times. Previously, about 400 threads had been cached
and kept in a hibernation state, which caused that the numproc counter
in /proc/user_beancounters (exists only in VM-hosted linux) was as high
as the cached number of threads. This caused that VM supervisors
terminated whole VM sessions if a limit was reached. Many VM providers
have limits of numproc=96 which made it virtually impossible to run YaCy
on such machines. With this change, it will be possible to run many YaCy
instances even on VM hosts.
2014-12-02 16:26:07 +01:00
..
Importer.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
MediawikiImporter.java Replaced all fixed thread pools with cached thread pools. The cached 2014-12-02 16:26:07 +01:00
OAIListFriendsLoader.java recover sax fatal error on OAI-PMH import of xml with entity error 2014-04-25 01:05:28 +02:00
OAIPMHImporter.java content of surrogates/out never accessed (remove) 2014-05-04 09:29:07 +02:00
OAIPMHLoader.java recover sax fatal error on OAI-PMH import of xml with entity error 2014-04-25 01:05:28 +02:00
ResumptionToken.java recover sax fatal error on OAI-PMH import of xml with entity error 2014-04-25 01:05:28 +02:00