summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceStorm/Service.cpp')
-rw-r--r--cpp/src/IceStorm/Service.cpp12
1 files changed, 2 insertions, 10 deletions
diff --git a/cpp/src/IceStorm/Service.cpp b/cpp/src/IceStorm/Service.cpp
index f17ab500ace..e81e0370a4c 100644
--- a/cpp/src/IceStorm/Service.cpp
+++ b/cpp/src/IceStorm/Service.cpp
@@ -123,13 +123,6 @@ IceStorm::ServiceI::start(
_topicAdapter->activate();
_publishAdapter->activate();
-
- //
- // The keep alive thread must be started after all topics are
- // installed so that any upstream topics are notified immediately
- // after startup.
- //
- //_instance->keepAlive()->startPinging();
}
void
@@ -181,9 +174,8 @@ IceStorm::ServiceI::stop()
// does not clear the references. This is because the shutdown has
// to be in two stages. First we destroy & join with the threads
// so that no further activity can take place. Then we reap()
- // which has to call on various instance objects (such as the keep
- // alive thread), then we clear the instance which breaks any
- // cycles.
+ // which has to call on various instance objects, then we clear
+ // the instance which breaks any cycles.
//
//