]> git.mxchange.org Git - hub.git/commit - application/hub/config.php
Some cleanups + created a "late bootstrap" task for DHTs:
authorRoland Haeder <roland@mxchange.org>
Wed, 26 Mar 2014 19:34:29 +0000 (20:34 +0100)
committerRoland Haeder <roland@mxchange.org>
Wed, 26 Mar 2014 19:34:29 +0000 (20:34 +0100)
commit78b37b9d93b78a687eae1f19015b7e2a0def1cc3
treec050e93ef7573f0bf5db8d536434e1d35e94379c
parent35871df2ede1f1dc12223601e268ef37b4cfc0f6
Some cleanups + created a "late bootstrap" task for DHTs:
- deleted no longer used classes (NodeDhtFooTask are used)
- added class for "late bootstrapping" of DHTs which will be used by all nodes
  except 'boot'. This task will be started after the announcement answer came
  back from the "upper nodes".

Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/config.php
application/hub/main/handler/answer-status/announcement/class_AnnouncementAnswerOkayHandler.php
application/hub/main/tasks/dht/.htaccess [deleted file]
application/hub/main/tasks/dht/bootstrap/.htaccess [deleted file]
application/hub/main/tasks/dht/bootstrap/class_DhtBootstrapTask.php [deleted file]
application/hub/main/tasks/dht/class_Dht [deleted file]
application/hub/main/tasks/node/dht/class_NodeDhtLateBootstrapTask.php [new file with mode: 0644]