Changes between Version 36 and Version 37 of AppMultiThread


Ignore:
Timestamp:
Jun 15, 2019, 6:53:56 PM (5 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppMultiThread

    v36 v37  
    11= Multicore apps =
    2 
    3 The average number of cores per PC will increase over the next few years,
    4 possibly at a faster rate than the average amount of available RAM.
    52
    63Depending on your application and project,
     
    3936#endif
    4037}}}
    41 getThreadPriority() is called before forking (by OpenMP in AQUA's case),
     38getThreadPriority() is called before forking,
    4239and setThreadPriority() is then called by each worker thread.
    4340
    4441== Specifying a plan class ==
    4542
    46 Multicore apps must the [AppPlan plan class] mechanism to specify their properties.
     43Multicore apps must use the [AppPlan plan class] mechanism to specify their properties.
    4744You may be able to use the [AppPlan predefined "mt" class].
    4845Otherwise you must specify your own,