Answer Posted / md moinuddin
Each process provides the resources needed to execute a
program. A process has a virtual address space, executable
code, open handles to system objects, a security context, a
unique process identifier, environment variables, a
priority class, minimum and maximum working set sizes, and
at least one thread of execution. Each process is started
with a single thread, often called the primary thread, but
can create additional threads from any of its threads.
A thread is the entity within a process that can be
scheduled for execution. All threads of a process share its
virtual address space and system resources. In addition,
each thread maintains exception handlers, a scheduling
priority, thread local storage, a unique thread identifier,
and a set of structures the system will use to save the
thread context until it is scheduled. The thread context
includes the thread's set of machine registers, the kernel
stack, a thread environment block, and a user stack in the
address space of the thread's process. Threads can also
have their own security context, which can be used for
impersonating clients.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I want recent paper pattern for HP company?
What is the difference between Struts and JSF? Pls list some most suitable differences.
what is functioning of DIalodDataXchange ..?
plzz tell me what we can do and dont in tally ERP & sap business one?
List out the basic features of MFC.
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?
What is mfc class hierarchy?
how to repaint when working with horizontal scroll bar
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
How do I create a dialog box in mfc?
what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?
what message is sent to an application when the user presses the primary button?
Do you have an idea about MFC?
What does mfc stand for?