Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. System Admin
  4. W2K/XP: Thread Dispatching Triggers

W2K/XP: Thread Dispatching Triggers

Scheduled Pinned Locked Moved System Admin
question
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jbenco
    wrote on last edited by
    #1

    I know that thread dispatching is triggered when any thread enters the Ready state. But do timers and I/O operations asynchronusly (i.e., outside the 15 ms Interval Timer) change thread states (from Waiting to Ready) and do they force the dispatcher to immediately perform thread scheduling? Given a high priority thread that is waiting on a timer to expire (e.g., Sleep(1)), what mechanism is checking this timer, does it occur at a higher frequency than the 15ms Clock Interval Interrupt, and does it force immediate thread scheduling?

    J 1 Reply Last reply
    0
    • J jbenco

      I know that thread dispatching is triggered when any thread enters the Ready state. But do timers and I/O operations asynchronusly (i.e., outside the 15 ms Interval Timer) change thread states (from Waiting to Ready) and do they force the dispatcher to immediately perform thread scheduling? Given a high priority thread that is waiting on a timer to expire (e.g., Sleep(1)), what mechanism is checking this timer, does it occur at a higher frequency than the 15ms Clock Interval Interrupt, and does it force immediate thread scheduling?

      J Offline
      J Offline
      Joe Woodbury
      wrote on last edited by
      #2

      jbenco wrote: does it occur at a higher frequency than the 15ms Clock Interval Interrupt It may, but I don't believe so. jbenco wrote: and does it force immediate thread scheduling? Definitely not. W2K/XP are not real time operating systems nor are they deterministic when scheduling threads.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups