Changes between Version 33 and Version 34 of AppMultiThread
- Timestamp:
- Nov 30, 2012, 4:21:21 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppMultiThread
v33 v34 22 22 you will need to call 23 23 Use [BasicApi#init the appropriate initialization function]. 24 25 == Waiting for children == 26 27 In order for BOINC to manage processes correctly, 28 parent processes must always wait for their children to exit before exiting themselves. 24 29 25 30 == Thread priorities ==