- removed the now superfluous HT storage thread
- reduced number of file decompression by shifting the compression moment to the future
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5286 6c8d7289-2bf4-0310-a012-ef5d649a1542
deployThread(plasmaSwitchboardConstants.CLEANUP,"Cleanup","simple cleaning process for monitoring information",null,
newserverInstantBusyThread(this,plasmaSwitchboardConstants.CLEANUP_METHOD_START,plasmaSwitchboardConstants.CLEANUP_METHOD_JOBCOUNT,plasmaSwitchboardConstants.CLEANUP_METHOD_FREEMEM),600000);// all 5 Minutes, wait 10 minutes until first run
newserverInstantBusyThread(this,plasmaSwitchboardConstants.CLEANUP_METHOD_START,plasmaSwitchboardConstants.CLEANUP_METHOD_JOBCOUNT,plasmaSwitchboardConstants.CLEANUP_METHOD_FREEMEM),600000);// all 5 Minutes, wait 10 minutes until first run
deployThread(plasmaSwitchboardConstants.CRAWLSTACK,"Crawl URL Stacker","process that checks url for double-occurrences and for allowance/disallowance by robots.txt",null,
deployThread(plasmaSwitchboardConstants.INDEXER,"Indexing","thread that either initiates a parsing/indexing queue, distributes the index into the DHT, stores parsed documents or flushes the index cache","/IndexCreateIndexingQueue_p.html",
deployThread(plasmaSwitchboardConstants.PROXY_CACHE_ENQUEUE,"Proxy Cache Enqueue","job takes new input files from RAM stack, stores them, and hands over to the Indexing Stack",null,
deployThread(plasmaSwitchboardConstants.CRAWLJOB_REMOTE_TRIGGERED_CRAWL,"Remote Crawl Job","thread that performes a single crawl/indexing step triggered by a remote peer",null,
deployThread(plasmaSwitchboardConstants.CRAWLJOB_REMOTE_CRAWL_LOADER,"Remote Crawl URL Loader","thread that loads remote crawl lists from other peers","",
deployThread(plasmaSwitchboardConstants.CRAWLJOB_LOCAL_CRAWL,"Local Crawl","thread that performes a single crawl step from the local crawl queue","/IndexCreateWWWLocalQueue_p.html",
deployThread(plasmaSwitchboardConstants.SEED_UPLOAD,"Seed-List Upload","task that a principal peer performes to generate and upload a seed-list to a ftp account",null,
deployThread(plasmaSwitchboardConstants.INDEX_DIST,"DHT Distribution","selection, transfer and deletion of index entries that are not searched on your peer, but on others",null,