Process (computer)

From Market Ruler Help
Revision as of 19:48, 1 October 2009 by Admin (talk | contribs) (Created page with 'A '''Process''' is a program running on a computer system which has isolated access to a segment of memory, and runs as a particular User with permissions to …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A Process is a program running on a computer system which has isolated access to a segment of memory, and runs as a particular User with permissions to access operating system resources.

Typically when you communicate with a Web Browser to a Web Server, two different processes are communicating with the HTTP protocol.

The number of simultaneous processes that a Web Server can run simultaneously affects how much Traffic it can handle.