Changes between Version 91 and Version 92 of WrapperApp
- Timestamp:
- Oct 13, 2014, 11:38:49 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WrapperApp
v91 v92 101 101 which doesn't flush stdio buffers; take this into account. 102 102 '''priority''':: set the process of the task based on N: 103 104 103 * 1: lowest (Win: IDLE; Unix: 19) 105 104 * 2: low (Win: BELOW_NORMAL; Unix: 10 … … 107 106 * 4: high (Win: ABOVE_NORMAL; Unix: -10) 108 107 * 5: highest (Win: HIGH; Unix: -16) 108 Use high priorities only for tasks that use little CPU time. 109 109 110 110 The job file can specify multiple tasks.