Users Pricing

blog

Home Blogs Difference between thread and process? – MindStick

Difference between thread and process?

Akash Tripathi 4456 11 Dec 2010 Updated 18 Sep 2014
A process is an executing instance of an application.A thread is a path of execution within a process. Process can contain multiple threads.
Threads are used for small tasks, whereas processes are used for more 'heavyweight' tasks - basically the execution of applications. Threads(Light weight Processes) share the address space of the process that created it; processes have their own address.

2 Comments


Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md