+ Reply to Thread
Results 1 to 2 of 2

Thread: Difference between process and threads

  1. #1
    Surfer is offline Senior Member
    Join Date
    Mar 2010
    Posts
    321

    Difference between process and threads

    What is the difference between process and thread

  2. #2
    Surfer is offline Senior Member
    Join Date
    Mar 2010
    Posts
    321
    Threads differ from traditional multitasking operating system processes in that:
    • processes are typically independent, while threads exist as subsets of a process
    • processes carry considerable state information, whereas multiple threads within a process share state as well as memory and other resources
    • processes have separate address spaces, whereas threads share their address space
    • processes interact only through system-provided inter-process communication mechanisms.
    • Context switching between threads in the same process is typically faster than context switching between processes.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Difference zombie process and orphan process
    By Surfer in forum Linux System Programming
    Replies: 1
    Last Post: 11th August 2010, 08:14
  2. process debugging in UNIX
    By Surfer in forum Bloomberg
    Replies: 0
    Last Post: 26th May 2010, 23:37

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts