Changes between Version 35 and Version 36 of AppMultiThread
- Timestamp:
- Jan 26, 2015, 1:42:55 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppMultiThread
v35 v36 18 18 == Initialization == 19 19 20 Depending on whether your application uses multiple threads, 21 multiple processes, or both, 22 you will need to call 23 Use [BasicApi#init the appropriate initialization function]. 20 You will need to use 21 [BasicApi#Parallelapps the appropriate initialization function]. 24 22 25 23 == Waiting for children == 26 24 27 25 If your application uses multiple process, 28 parent processes must always wait for their children to exit before exiting themselves.26 the parent process must always wait for children to exit before exiting itself. 29 27 30 28 == Thread priorities ==