Thread: Cluster Help
View Single Post
  #4  
Old 08-04-2007, 02:15 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Is the error message printed out immediately or after 15 seconds? Also, can you try something. In the interactive window of the master computer enter the following commands:
Code:
>>> import socket
>>> socket.gethostbyname('Image-Gen-1')
How long does it take to print out something, and what does it print out?
Reply With Quote