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

    siteguru

    Distinguished Member From Strathaven (SE SR MY22)
    • Messages
      9,905
    • Solutions
      3
    • Reaction score
      13,014
    • Points
      3,746
  • 3

    Coulomb

    • Messages
      2,386
    • Solutions
      1
    • Reaction score
      1,945
    • Points
      683
  • 2

    Stuart Wright

    Administrator From Birmingham, UK
    • Messages
      2,480
    • Reaction score
      1,811
    • Points
      1,983
  • 2

    tsedge

    • Messages
      6,721
    • Reaction score
      9,826
    • Points
      2,765
  • 2

    Alb

    • Messages
      4,946
    • Solutions
      7
    • Reaction score
      6,463
    • Points
      2,011
  • 2

    MG Clive

    Moderator From North Yorkshire. XPower.
    • Messages
      2,068
    • Reaction score
      2,796
    • Points
      880
  • 1

    DaevM

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

    Bricktop X PWR

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

    Rolfe

    Moderator From West Linton, Scotland
    • Messages
      11,446
    • Reaction score
      13,191
    • Points
      3,931
  • 1

    Big Ears

    Prominent Member From Bradford
    • Messages
      817
    • Reaction score
      542
    • Points
      260
  • 1

    GranTurismoEra

    Established Member From London
    • Messages
      758
    • Reaction score
      497
    • Points
      215
  • Back
    Top Bottom