thread

In computer science, a thread of execution is the smallest sequence of programmed instructions that can be managed independently by a scheduler, which is typically a part of the operating system. In many cases, a thread is a component of a process.
The multiple threads of a given process may be executed concurrently (via multithreading capabilities), sharing resources such as memory, while different processes do not share these resources. In particular, the threads of a process share its executable code and the values of its dynamically allocated variables and non-thread-local global variables at any given time.
The implementation of threads and processes differs between operating systems. In Modern Operating Systems, Tanenbaum shows that many distinct models of process organization are possible.

View More On Wikipedia.org
  • 3

    Coulomb

    • Messages
      2,424
    • Solutions
      1
    • Reaction score
      1,980
    • Points
      694
  • 3

    siteguru

    Distinguished Member From Strathaven (SE SR MY22)
    • Messages
      10,256
    • Solutions
      3
    • Reaction score
      13,556
    • Points
      3,893
  • 2

    tsedge

    • Messages
      7,035
    • Reaction score
      10,379
    • Points
      2,913
  • 2

    Alb

    • Messages
      5,189
    • Solutions
      6
    • Reaction score
      6,739
    • Points
      2,092
  • 2

    MG Clive

    Moderator From North Yorkshire. XPower.
    • Messages
      2,608
    • Reaction score
      3,502
    • Points
      1,114
  • 2

    Stuart Wright

    Administrator From Birmingham, UK
    • Messages
      2,519
    • Reaction score
      1,851
    • Points
      2,007
  • 1

    DaevM

    Prominent Member From Hayle uk
    • Messages
      727
    • Reaction score
      992
    • Points
      326
  • 1

    Bricktop X PWR

    Distinguished Member 58 From West Wales
    • Messages
      2,966
    • Reaction score
      6,680
    • Points
      1,740
  • 1

    Rolfe

    Moderator From West Linton, Scotland
    • Messages
      11,772
    • Reaction score
      13,616
    • Points
      4,051
  • 1

    Big Ears

    Prominent Member From Bradford
    • Messages
      818
    • Reaction score
      544
    • Points
      261
  • 1

    GranTurismoEra

    Established Member From London
    • Messages
      816
    • Reaction score
      530
    • Points
      229
  • Back
    Top Bottom