--- projects/pjob/TODO 2006/01/23 23:27:58 1.2 +++ projects/pjob/TODO 2006/01/29 10:47:11 1.4 @@ -13,3 +13,12 @@ * Add more error checking * Add a rsh/ssh flag. (Will ping the host first etc etc) + +* Make the timeout flag work - to kill jobs that overrun. + +* Solaris has annoying default of 256 FD's due to a limitation + of streams in stdio. This doesn't actually affect us, so we + should do a getrlimit/setrlimit to the "hard" limit of FD's + +* BUG - if your using the '-o' flag - and your job name containts + '/' characters - it gets a little upset :) - Do a s/\//-/g on it.