The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 08-22-2005
Perderabo's Avatar
Perderabo Perderabo is online now Forum Staff  
Unix Daemon
  
 

Join Date: Aug 2001
Location: Ashburn, Virginia
Posts: 9,117
I don't understand the environment you're asking about. What does "client machines download the executables into memory at runtime to run locally" mean? What kind of executables? The only protocol I can think of that more or less matches your description would be running a program on an NFS mounted filesystem. I would avoid that if I could...disks are cheap and each client should it's own copy of frequently used executables. "compute intensive applications" are virtually unheard of...since the arrival of systems with multiple super-scalar risc cpu's. If I had a compute intensive application, I perhaps might try to distribute the compute tasks among several systems. Are you arguing for concentrating a lot of compute intensive tasks on a single system? How many systems? What bandwith is the network? What else is the network doing? I would need a lot more info here.