]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 4 Jan 2021 02:29:32 +0000 (03:29 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 6 Jan 2021 19:32:43 +0000 (20:32 +0100)
commit8dce42efef730a9d22fb352a67ecc1cddf7dc7ca
tree1684ad50bfb76065af49a0ed9dc8e8eb42e68de5
parent77990c99c15cc77f451b45630c9ac9e89fc27a54
Continued:
- renamed default crawler names to 'distributed' as this is now the crawler's
  default mode. Later more modes, e.g. 'local' can be added which won't register
  any remote jobs and maybe not communicate with the node (hub) to avoid crawler
  info distribution
- Just a wild idea!
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
application/hub/classes/commands/console/class_HubConsoleCrawlerCommand.php
application/hub/classes/crawler/console/class_NodeConsoleCrawler.php [deleted file]
application/hub/classes/crawler/console/class_NodeConsoleDistributedCrawler.php [new file with mode: 0644]
application/hub/classes/filter/class_BaseHubFilter.php
application/hub/classes/filter/crawler/class_CrawlerInitializationFilter.php
application/hub/classes/filter/task/class_BaseCrawlerTaskFilter.php [new file with mode: 0644]
application/hub/classes/filter/task/crawler/class_CrawlerDistributedTaskHandlerInitializerFilter.php [new file with mode: 0644]
application/hub/classes/filter/task/crawler/class_CrawlerTaskHandlerInitializerFilter.php [deleted file]
application/hub/classes/source/urls/class_CrawlerUploadedListUrlSource.php
application/hub/config.php
core