distproc Code
Status: Pre-Alpha
Brought to you by:
dtebbs
File | Date | Author | Commit |
---|---|---|---|
README.txt | 2009-01-31 | dtebbs | [r3] Added initial README |
distproc ~~~~~~~~ A clustering program intended to allow arbitrary processes to be run on remotely. One notable application is the distribution of build processes, although there are many other applications that will benefit from being able to leverage remote CPU resources for arbitrary tasks. Once installed, the command: distproc gcc -o prog prog.c can be used to launch the compile task on a remote machine. All necessary files are tranferred on demand, and all files output from the compile will be transferred back to the client.