Boost::Thread or fork()
Posted
by osmano807
on Stack Overflow
See other posts from Stack Overflow
or by osmano807
Published on 2010-03-26T18:30:43Z
Indexed on
2010/03/26
18:33 UTC
Read the original article
Hit count: 281
I'm testing boost::thread on a system. It happens that I needed to act as a fork(), because one thread modifies the other variables, even member variables of class
I do the project using fork() or is there some alternative still using boost::thread
Basically I run this program in Linux and maybe FreeBSD
© Stack Overflow or respective owner