Boost::Thread or fork()
- by osmano807
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