If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > process

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-06-04, 06:58
jkonair jkonair is offline
Registered User
 
Join Date: Dec 2003
Location: India
Posts: 3
Post process

process
what is process ?
Reply With Quote
  #2 (permalink)  
Old 01-06-04, 09:27
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
A process

Based on the concept of the operating system, a process is a program in execution. A process needs certain resources, including CPU time, memory, files, and I/O devices, to accomplish its task.
Reply With Quote
  #3 (permalink)  
Old 01-06-04, 11:20
sundialsvcs sundialsvcs is offline
Registered User
 
Join Date: Oct 2003
Posts: 706
Cool

Let's say that you log on to your computer and run a program, like Internet Explorer. That instance of a running program is a "process." It owns a certain amount of memory which belongs to itself; it has opened a set of files and those "file handles" belong to itself; it gets a certain amount of CPU-time at some priority.

A "process" like IE may be divided into "threads" each one of which executes independently ... but all threads share the memory, file-handles and other resources of the process to which they belong.

Multi-user computers also define a "session." If three users are logged on, each one's session owns the processes that this user is currently running. If the user logs off, those processes will (usually) be killed.

These three groups are nested: session -> process -> thread.
__________________
ChimneySweep(R): fast, automatic
table repair at a click of the
mouse! http://www.sundialservices.com
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On