answersLogoWhite

0


Best Answer

Process --1------------m-- Threads

1 process to many threads

Bring up your Task Manager (if you are using a windows), Performance tap, you can see the number of process and the number of threads, usually the number of threads is a lot higher than the number of processes.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is relationship between process and thread?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between a computer process and thread in microprocessor?

A thread is a sub process in other words one process can contain multiple threads.


What is the difference between a process and thread?

The same metaphor: the difference of a person (thread) and a family (process) A process has at least 1 thread and may have many threads, while 1 thread must live within a process


Is thread as used by Intel in their marketing for Hyper-Threading Technology same as the thread that is talked about when discussing the difference between a process and a thread?

No.


What is the relationship between a nut thread and a screw thread?

when a spiral groove is cut over a hole, then it is nut thread. when a spiral groove is cut over a shaft, then it is screw thread.


Relationship between process planning with other agencies?

relationship between process planning with other agencies


What the relationship between spatial pattern and spatial process?

there is a reciprocal relationship between the spatial pattern and the spatial process.


What is the difference between process and thread?

Basically no difference, except that process can use many threads; thread can use only one.


Can a thread be called a process or vise versa?

No. A thread is a part of a process, but a process can not be part of a thread. Processes are always "at the top."


Can a thread create a process?

No, a thread can't create aprocess, because the environment of the thread is a part of a process which created this thread.


What is a thread in computers?

Execution context within a process is called Thread. Threads run, process does not. Every process starts with one thread.


What is the difference between thread based and process based?

Process based is much time as comparison as thread based. as well as Thread based application is cost effective. Process based application has its own address space so it take more cost. Alok Gupta. India.


If a process terminates will its thread also terminate?

yes, because if process is terminated then its related thread has no work. After completion of process the kernel generates a thread that will cancelled the thread in order to save the time and memory of CPU.