Search:

Type: Posts; User: kroiz

Search: Search took 0.01 seconds.

  1. Ok, I think I understand now, but if I understand...

    Ok, I think I understand now, but if I understand correctly this solution can lead to writer starvation, right?
    I have seen solutions to the "single writer multiple reader problem" that used a...
  2. I guess the main thing I don't get, is how this...

    I guess the main thing I don't get, is how this is done with only one mutex.
  3. Boost Syncronization and Single writer Multiple readers

    I came across a solution to the "Single writer Multiple readers Problem" implemented with Boost here.



    typedef boost::shared_mutex ReadWriteMutex;
    typedef...
Results 1 to 3 of 3