@ -585,21 +585,69 @@ public final class Switchboard extends serverSwitch {
MemoryControl.gc(10000,"plasmaSwitchboard, help for profiler");// help for profiler - thq
deployThread(SwitchboardConstants.CLEANUP,"Cleanup","simple cleaning process for monitoring information",null,
newInstantBusyThread(this,SwitchboardConstants.CLEANUP_METHOD_START,SwitchboardConstants.CLEANUP_METHOD_JOBCOUNT,SwitchboardConstants.CLEANUP_METHOD_FREEMEM),600000);// all 5 Minutes, wait 10 minutes until first run
newInstantBusyThread(
this,
SwitchboardConstants.CLEANUP_METHOD_START,
SwitchboardConstants.CLEANUP_METHOD_JOBCOUNT,
SwitchboardConstants.CLEANUP_METHOD_FREEMEM,
60000,Long.MAX_VALUE,10000,Long.MAX_VALUE),
600000);// all 5 Minutes, wait 10 minutes until first run
deployThread(SwitchboardConstants.SURROGATES,"Surrogates","A thread that polls the SURROGATES path and puts all Documents in one surroagte file into the indexing queue.",null,
deployThread(SwitchboardConstants.CRAWLJOB_REMOTE_TRIGGERED_CRAWL,"Remote Crawl Job","thread that performes a single crawl/indexing step triggered by a remote peer",null,
deployThread(SwitchboardConstants.CRAWLJOB_LOCAL_CRAWL,"Local Crawl","thread that performes a single crawl step from the local crawl queue","/IndexCreateWWWLocalQueue_p.html",
deployThread(SwitchboardConstants.SEED_UPLOAD,"Seed-List Upload","task that a principal peer performes to generate and upload a seed-list to a ftp account",null,
deployThread(SwitchboardConstants.INDEX_DIST,"DHT Distribution","selection, transfer and deletion of index entries that are not searched on your peer, but on others",null,