daemon loop: while .... { if( job ) { $pid = fork(); if( child ) { $> = job->uid; $< = job->uid; run script exit ; } } }