From e5facb22164907ece10d3450e57a0b165fc85752 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Tue, 8 Nov 2005 15:12:45 +0000 Subject: Added IceGrid.Registry.AdminSessionTimeout. Wait for server synchronization after adding/updating/removing an application. --- cpp/src/IceGrid/ServerCache.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cpp/src/IceGrid/ServerCache.cpp') diff --git a/cpp/src/IceGrid/ServerCache.cpp b/cpp/src/IceGrid/ServerCache.cpp index c71e56dde66..6d68386113a 100644 --- a/cpp/src/IceGrid/ServerCache.cpp +++ b/cpp/src/IceGrid/ServerCache.cpp @@ -190,7 +190,13 @@ ServerEntry::ServerEntry(Cache& cache, const string& id) : void ServerEntry::sync() { - syncImpl(false); + try + { + syncImpl(true); + } + catch(const Ice::Exception&) + { + } } void -- cgit v1.2.3