
noreply at mythtv
Apr 30, 2012, 9:26 PM
Post #1 of 1
(49 views)
Permalink
|
|
mythtv branch devel/logging-zeromq updated by beirdo. v0.26-pre-127-gc2132cf
|
|
The branch, devel/logging-zeromq has been updated on the mythtv repository by gitolite user beirdo. via c2132cfd528ad5cbfc374919849ff029cffc1727 (commit) from a5ab063cc8c4553a8a1f1baad32eb47013a799a9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c2132cfd528ad5cbfc374919849ff029cffc1727 Author: Gavin Hurlbut <ghurlbut [at] mythtv> at Mon, 30 Apr 2012 21:23:00 -0700 Committer: Gavin Hurlbut <ghurlbut [at] mythtv> at Mon, 30 Apr 2012 21:23:00 -0700 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=c2132cfd528ad5cbfc374919849ff029cffc1727 Added 5 min idle shutdown When the last client (other than the logserver itself) disconnects, a 5min timer is started. If no clients connect during that time, the server will shut down. As it is automatically started up by a client that needs it, this will keep it from running indefinitely when not needed, and also will allow it to restart cleanly over upgrades. ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythbase/logging.cpp | 1 - mythtv/libs/libmythbase/loggingserver.cpp | 63 +++++++++++++++++++++++++--- mythtv/libs/libmythbase/loggingserver.h | 11 ++++- 3 files changed, 64 insertions(+), 11 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|