Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Multi thread read / write

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

    Multi thread read / write

    I am exchanging information between two different strategies by writing the info to a file from the first strategy and reading the same infor from that file in the second strategy. Because NT is multi threading there is a change of conflict between reading and writing at the same time from the same file. Is there a way to prevent writing and reading at the same time, it should be sequential.

    Kind regards,
    Rene

    #2
    Hello,

    Please review our Help Guide on Multi-Thread considerations:



    Here is a thread on this topic where some users offer some suggestions on how to handle this:

    MatthewNinjaTrader Product Management

    Comment


      #3
      Originally posted by Renejm View Post
      I am exchanging information between two different strategies by writing the info to a file from the first strategy and reading the same infor from that file in the second strategy. Because NT is multi threading there is a change of conflict between reading and writing at the same time from the same file. Is there a way to prevent writing and reading at the same time, it should be sequential.

      Kind regards,
      Rene
      You will need a mutex if you want to force sequential write before read, and have the writer signal the reader when it finishes writing.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by cutzpr, Today, 08:54 AM
      0 responses
      5 views
      0 likes
      Last Post cutzpr
      by cutzpr
       
      Started by benmarkal, Today, 08:44 AM
      0 responses
      5 views
      0 likes
      Last Post benmarkal  
      Started by Tin34, Today, 03:30 AM
      2 responses
      26 views
      0 likes
      Last Post Tin34
      by Tin34
       
      Started by sastrades, Yesterday, 09:59 AM
      2 responses
      39 views
      0 likes
      Last Post brucerobinson  
      Started by ETFVoyageur, Today, 12:52 AM
      1 response
      21 views
      0 likes
      Last Post Leeroy_Jenkins  
      Working...
      X