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,522
    • Solutions
      3
    • Reaction score
      12,496
    • Points
      3,600
  • 2

    Coulomb

    • Messages
      2,331
    • Solutions
      1
    • Reaction score
      1,877
    • Points
      662
  • 2

    tsedge

    • Messages
      6,504
    • Reaction score
      9,471
    • Points
      2,669
  • 2

    Stuart Wright

    Administrator From Birmingham, UK
    • Messages
      2,448
    • Reaction score
      1,737
    • Points
      1,946
  • 1

    Bricktop X PWR

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

    Rolfe

    Moderator From West Linton, Scotland
    • Messages
      11,163
    • Reaction score
      12,788
    • Points
      3,816
  • 1

    Big Ears

    Prominent Member From Bradford
    • Messages
      808
    • Reaction score
      539
    • Points
      257
  • 1

    Alb

    Moderator From MG5 SR PFL
    • Messages
      4,768
    • Solutions
      7
    • Reaction score
      6,242
    • Points
      1,934
  • 1

    MG Clive

    Moderator From North Yorkshire. XPower.
    • Messages
      1,408
    • Reaction score
      1,933
    • Points
      618
  • 1

    GranTurismoEra

    Established Member From London
    • Messages
      658
    • Reaction score
      432
    • Points
      188
  • 1

    DaevM

    Prominent Member From Hayle uk
    • Messages
      726
    • Reaction score
      988
    • Points
      325
  • Back
    Top Bottom