First page Back Continue Last page Summary Graphics
Sharing the load
The clients must do all the work
Dual processor slaves can run gzip on one processor and client code on the other
The server does nothing more but read from network and write to disk
TCP accept queue should be as long as the number of clients
Server on master: demgrdd
Clients on slaves: bprun -NX demgrd *.dem.gz
Notes: