Changes between Version 16 and Version 17 of processus_thread


Ignore:
Timestamp:
Jul 11, 2016, 1:17:30 PM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • processus_thread

    v16 v17  
    7474=== 3.1) fork() ===
    7575
    76 The parent process P is running on a core in cluster K, and execute the fork() system call to create a new process F on a remote cluster Z. The target cluster Z will become the owner of the F process. It is selected by the kernel using the DQDT. Cluster K will contain the reference process descriptor. The fork() sys call execute the following steps:
     76The parent process P is running on a core in cluster K, and execute the fork() system call to create a new process F on a remote cluster Z that will become the owner of the F process. It is selected by the kernel using the DQDT. Cluster K will contain the reference process descriptor. The fork() sys call execute the following steps:
    7777
    7878 1. the cluster K allocates memory in K to store the reference process descriptor of F, and get a pointer on this process descriptor using the process_alloc() function.