|
Coalition aim to be a minimal and robust distributed job manager, to use for example in a renderfarm ;) The project is written in twisted matrix using xml-rpc. Quick documentationRun a serverpython server.py Add some jobspython control.py -c myCommand -d myDir http://myserver:19211/ add List the jobs in a terminalpython control.py http://myserver:19211/ list Remove a jobpython control.py -i jobId http://myserver:19211/ remove Run a workerpython worker.py http://myserver:19211/ Monitor the serverfirefox http://myserver:19211/
|