Addjob 0.05 (Default branch) |
|
|
Wednesday February 27, 2008. 07:31 PM FreshMeat
Addjob lets you distribute jobs over a network.
You just run "addjob-server", and then submit jobs
like "addjob gcc -c foo.c". You can still interact
with your program via the command line, and
exit-codes are preserved, so it integrates well
with Makefiles.
License: GNU General Public License (GPL)
Changes:
Some reliability improvements have been made. The server now shuts down more gracefully, resolving a problem where it could not be immediately restarted because host ports would still be unavailable. The hosts wait for their ports to become available if they are already in use.
|