# $HeadURL$ $LastChangedRevision$ in ADE.pm finish translating from shell to perl the functions ade_smf_zencode and ade_smf_decode. REMEMBER: js needs to be run under adedevsh and jsdevsh in jss, zencode arguments before insertion into database. run JS203_echo, which should fail, but should at least show that jsd has recieved the command z-encoded. in jsd, zdecode the command before running it with exec() (list needed, to protect spaces) At that point JS203_echo should pass. If not then fix. Write a stupid shepherd that calls the job. Perhaps I can tell jsd what shell to use when it calls the job (default /bin/sh, but could be the shepherd). Test jsd with and without setting this JSD_SHELL. Continue playing with cgroups to develop a shell that understands JS_CPU_AFFINITY JS_MEM_LIMIT Add support for unlimited resources, e.g. time. We track their usage, but demand is always meetable. Then adjust shepherd to use it. REMEMBER: specify js must depend on *latest* ade (because of ade_smd_zencode, ..)