Fixed asynchronous cluster mode

This commit is contained in:
Mark Mine 2002-05-22 23:33:24 +00:00
parent 634440b794
commit 966a057c91
2 changed files with 4 additions and 0 deletions

View File

@ -39,8 +39,10 @@ class ClusterClient(DirectObject.DirectObject):
self.daemon.tellServer(serverConfig.serverName,
clusterDaemonPort,
serverCommand)
print 'blah'
if not self.daemon.waitForServers(len(configList)):
print 'Cluster Client, no response from servers'
print 'post blah'
self.qcm=QueuedConnectionManager()
self.serverList = []
self.msgHandler = ClusterMsgHandler(ClusterClient.MGR_NUM, self.notify)

View File

@ -21,6 +21,7 @@ import string
ClientConfigs = {
'single-server' : [{'display name' : 'display0',
'display mode' : 'client',
'pos' : Vec3(0),
'hpr' : Vec3(0)}
],
@ -33,6 +34,7 @@ ClientConfigs = {
'hpr' : Vec3(-30,0,0)}
],
'mono-modelcave-pipe0': [{'display name' : 'display0',
'display mode' : 'client',
'pos' : Vec3(0),
'hpr' : Vec3(0)},
{'display name' : 'display1',