thread

Search the forum,
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. The implementation of threads and processes differs between operating systems, but in most 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.

View More On Wikipedia.org
  • 205

    Dan

    Admin From Staffordshire, UK
    • Messages
      30,894
    • Resources
      1
    • Media
      127
    • Albums
      16
    • Reaction score
      5,036
    • Points
      1,318
  • 2

    Adam18Spring

    TF From Ipswich
    • Messages
      43
    • Media
      133
    • Reaction score
      73
    • Points
      188
  • 1

    macten

    TF 49 From Nottingham
    • Messages
      2,933
    • Media
      123
    • Albums
      2
    • Reaction score
      1,871
    • Points
      1,158
  • 1

    dean.diy

    TF
    • Messages
      47
    • Reaction score
      16
    • Points
      88
  • 1

    Bopster

    TF From Colchester
    • Messages
      248
    • Media
      2
    • Reaction score
      185
    • Points
      563
  • 1

    glen79

    - From Manchester
    • Messages
      3
    • Reaction score
      0
    • Points
      36
  • 1

    JohnathanSmith

    - From England
    • Messages
      7
    • Reaction score
      1
    • Points
      13
  • 1

    Mark Frost

    TF 39 From Aylesbury
    • Messages
      220
    • Reaction score
      468
    • Points
      528
  • 1

    Andy Allen

    TF 58 From Gloucester
    • Messages
      16,159
    • Media
      461
    • Albums
      2
    • Reaction score
      18,311
    • Points
      1,318
  • Please visit our sponsor websites, they keep the forum free to use!

    Advertisement

    Top