Content deleted Content added
Ged Haywood (talk | contribs) m →Processes: Clarification of acronym for later paragraphs. |
Guy Harris (talk | contribs) Use {{cite book}} for a book citation. |
||
Line 8:
The multiple threads of a given process may be executed [[concurrent computation|concurrently]] (via multithreading capabilities), sharing resources such as [[Shared memory (interprocess communication)|memory]], while different processes do not share these resources. In particular, the threads of a process share its executable code and the values of its [[Memory management#HEAP|dynamically allocated]] variables and non-[[thread-local storage|thread-local]] [[global variable]]s at any given time.
The implementation of threads and [[process (computing)|processes]] differs between operating systems. In ''[[Modern Operating Systems]]'', [[
{{TOCLIMIT|3}}
|