Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

What is Core.Globals.RandomDispatcher ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    What is Core.Globals.RandomDispatcher ?

    Hi there, I note that in several places in the documentation the code samples use "Core.Globals.RandomDispatcher" e.g:



    I've got some questions:

    What is Core.Globals.RandomDispatcher? - aside from the obvious that its some kind of Random dispatcher, can you be more specific?
    What kind of Dispatcher is it?
    Which pool of dispatchers is it using to choose the random one?
    When should I use RandomDispatcher rather than System.Threading.Dispatcher.Current?
    when should I use RandomDispatcher rather than ChartControl.Dispatcher / Chart.Dispatcher / ChartTrader.Dispatcher etc?

    Thanks,

    Kevin.

    #2
    Hello Kevin,

    Thanks for your post.

    NinjaTrader spawns as many UI threads (as well as instrument threads) as logical cores.

    Core.Globals.RandomDispatcher will select a random (to the user) UI thread.

    ChartControl.Dispatcher would use the UI thread associated with that chart window.

    You should use a specific dispatcher for when you need to modify something that would reside on that specific thread.

    RandomDispatcher would be used for assigning work to an available UI thread.

    Let us know if you have any questions.

    Comment


      #3
      Thanks for the explanation Jim.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      559 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      324 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      546 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      547 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X