| Microsoft Corporation. Moving Unix Applications to Windows. MSDN, January 2000. |
....object and the main thread object of an application. CreateProcess( allows the parent process to set the operating environment of the new process, including its working directory, security attributes, file handle inheritance, environment variables, priorities, and the command line it is passed [37, 30]. Win32 does not provide the capability to clone a running process (and its associated in memory contents) as is done by the Unix fork( system call (which is used on both Linux and QNX) This is not such a hardship, since most Unix code forks and then immediately calls exec( 30] The Linux ....
.... is passed [37, 30] Win32 does not provide the capability to clone a running process (and its associated in memory contents) as is done by the Unix fork( system call (which is used on both Linux and QNX) This is not such a hardship, since most Unix code forks and then immediately calls exec( [30]. The Linux implementation of fork( does not actually clone the parent process. Instead, it uses the copy onwrite optimization so that common virtual memory pages are shared with read only permissions. If either of the parent process or the child process tries to modify one of the shared pages, ....
Microsoft Corp., "Moving Unix applications to Windows ". MSDN, Jan 2000.
No context found.
Microsoft Corporation. Moving Unix Applications to Windows. MSDN, January 2000.
Online articles have much greater impact More about CiteSeer.IST Add search form to your site Submit documents Feedback
CiteSeer.IST - Copyright Penn State and NEC