Changes between Version 37 and Version 38 of WikiStart
- Timestamp:
- Oct 11, 2016, 2:14:46 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v37 v38 42 42 == D) [wiki:processus_thread Process & threads creation/destruction] == 43 43 44 ALMOS-MK K supports the POSIX threads API. In order to avoid contention in massively multi-threaded processes, ALMOS-MK replicates theprocess descriptors in all clusters containing threads of this process. This section describes the mechanisms for process and thread creation / destruction.44 ALMOS-MK supports the POSIX threads API. In order to avoid contention in massively multi-threaded applications, ALMOS-MK replicates the user process descriptors in all clusters containing threads of this process. This section describes the mechanisms for process and thread creation / destruction. 45 45 46 46 == E) [wiki:thead_scheduling Threads scheduling] ==