Boost logo

Boost Users :

From: Zeljko Vrba (zvrba_at_[hidden])
Date: 2008-04-13 01:56:22


On Sat, Apr 12, 2008 at 03:14:20PM -0600, boost_at_[hidden] wrote:
>
> What is the best boost classes to use for this? Will I also need a
> sync object to synchronize the threads?
>
Threads share all memory. Pointer from one thread points to exactly the
same memory in any other thread withing the same process. You'll need
some synchronization, yes.


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