CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: OReubens

Search: Search took 1.35 seconds.

  1. Replies
    12
    Views
    3,646

    Re: MultiThread Race Condition

    -> Assumption is that data2 can be processed before data1 processing is completed.
    If this is not the case, then multiple processing threads aren't going to help you at all, you then have single...
  2. Replies
    12
    Views
    3,646

    Re: MultiThread Race Condition

    Do you happen to have a link to this lock-free queue implementation ?

    I know how to do a lock free single linked list, which you could use for a multi(or single)-producer/single-consumer queue...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured