ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/pjob/TODO
(Generate patch)

Comparing projects/pjob/TODO (file contents):
Revision 1.3 by pajs, Tue Jan 24 20:15:25 2006 UTC vs.
Revision 1.4 by pajs, Sun Jan 29 10:47:11 2006 UTC

# Line 15 | Line 15
15   * Add a rsh/ssh flag. (Will ping the host first etc etc)
16  
17   * Make the timeout flag work - to kill jobs that overrun.
18 +
19 + * Solaris has annoying default of 256 FD's due to a limitation
20 +  of streams in stdio. This doesn't actually affect us, so we
21 +  should do a getrlimit/setrlimit to the "hard" limit of FD's
22 +
23 + * BUG - if your using the '-o' flag - and your job name containts
24 +  '/' characters - it gets a little upset :) - Do a s/\//-/g on it.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines