Changes between Version 25 and Version 26 of AppMultiThread
- Timestamp:
- Dec 18, 2009, 8:50:51 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppMultiThread
v25 v26 13 13 You may be able to use OpenMP, or languages like Titanium or Cilk, 14 14 or libraries of multi-threaded numerical "kernels", to develop a multi-threaded app. 15 16 == Thread priorities == 17 18 You should set the priority of new threads to that of the main thread. 15 19 16 20 == Deploying a multi-threaded app version ==