View Single Post
  #6  
Old 10-30-2009, 11:41 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Currently, you can have a maximum of 32 computers in a cluster.

Having more computers means more network traffic, so there might be a small performance hit in that regard.

Having the clients perform all the rendering is perfectly fine. Simply add the following code to your script to prevent the master from rendering:
Code:
viz.cluster.pushMask(viz.MASTER)
viz.MainWindow.visible(0)
viz.cluster.popMask()
Reply With Quote