Changes between Version 91 and Version 92 of WrapperApp


Ignore:
Timestamp:
Oct 13, 2014, 11:38:49 AM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WrapperApp

    v91 v92  
    101101    which doesn't flush stdio buffers; take this into account.
    102102 '''priority''':: set the process of the task based on N:
    103 
    104103 * 1: lowest (Win: IDLE; Unix: 19)
    105104 * 2: low (Win: BELOW_NORMAL; Unix: 10
     
    107106 * 4: high (Win: ABOVE_NORMAL; Unix: -10)
    108107 * 5: highest (Win: HIGH; Unix: -16)
     108Use high priorities only for tasks that use little CPU time.
    109109
    110110The job file can specify multiple tasks.