Boost logo

Boost Users :

Subject: [Boost-users] Thread synchronization
From: John D (cononet_at_[hidden])
Date: 2009-02-20 04:06:05


Hello

I have a situation in which hundreds of threads potentially run side by
side.
They exchange minimal data and are fully in sync by way of a scoped mutex.

Now I have a situation in which a single seperate thread runs alongside all
the worker threads.
This thread is responsible for keeping data sets used by the workers,
current.

Given the complexity and total alternation of the data onthis interval, my
question is;
Does boost threads allow my single thread to halt all other activity ,of all
the other threads,from a single thread itself.

This is what I need to accomplish and any guidance to this matter is a huge
help.

John



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net