diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-A16508C2-2743-5E36-BCFB-C509ACCD372F.dita --- a/Symbian3/PDK/Source/GUID-A16508C2-2743-5E36-BCFB-C509ACCD372F.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-A16508C2-2743-5E36-BCFB-C509ACCD372F.dita Tue Mar 30 11:56:28 2010 +0100 @@ -1,12 +1,29 @@ - - - - - -Fixed processes

A fixed process is a process in which its chunks always reside at the same linear address - their home address; only their access permissions are modified during a context switch. The usual re-mapping from the data section to the home section is not done and greatly improves performance.

Fixed processes do not see the virtual machine model; each process must have its data at a different linear address. It is, therefore, not possible to run multiple copies of a fixed process.

Fixed processes are suitable only for system server processes such as the file server, window server etc. since the majority of context switches involve these processes.

See also

chunks

virtual machine model

\ No newline at end of file + + + + + +Fixed +ProcessesA fixed process is a process in which its chunks always reside +at the same linear address - their home address; only their access permissions +are modified during a context switch. +

The usual re-mapping from the data section to the home section is not done +and greatly improves performance.

+

Fixed processes do not see the virtual machine model; each process must +have its data at a different linear address. It is, therefore, not possible +to run multiple copies of a fixed process.

+

Fixed processes are suitable only for system server processes such as the +file server, window server etc. since the majority of context switches involve +these processes.

+
+chunks + +Virtual machine +model +
\ No newline at end of file