Jump to content

Talk:Process (computing)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Konstable (talk | contribs) at 13:48, 12 May 2007 ({{WPCompSci}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputer science Unassessed
WikiProject iconThis article is within the scope of WikiProject Computer science, a collaborative effort to improve the coverage of Computer science related articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Things you can help WikiProject Computer science with:

For your merging pleasure, the following alternative definition used to be found at process:

In computing, a process is a running instance of a program, including all variables and other states. A multitasking operating system switches between processes to give the appearance of simultaneous execution, though in fact only one process can be executing at once per CPU core.

--Ryguasu 12:26 Nov 25, 2002 (UTC)

I replaced the definition with the one above. Encyclopedia shouldn't be "roughly speaking" when a definition is expected File:Helix84.jpg helix84 04:45, 14 Jun 2005 (UTC)

_process

inbuilt instance of working application.

Process

Hi, just a quick note; I think this definition should be a little broader. A process is not just a computer related thing. Processes are used in business and industry (and elswhere I am sure) to achieve a desired result.

In fact it could probably be best described as "a sequence of activities intended to achieve a desired result or objective". I have a drawing somewhere that describes it admirably which I could upload as a .jpg or .gif but am not quite sure how for the moment. More soon Rossfi 03:11, 4 August 2006 (UTC)[reply]

See the article for Process and the Process (disambiguation) page. — Loadmaster 18:44, 21 August 2006 (UTC)[reply]

I think this is wrong

The article says: "However, if the process attempts to access code or data on disk, then it will be suspended while that content is moved into physical memory through a process known as paging."

If the process attemps to access code or data on disk... it will be blocked. Sometime later it MAY be suspended. —The preceding unsigned comment was added by 200.115.227.20 (talk) 02:18, 5 February 2007 (UTC).[reply]