?
=?ISO-8859-15?Q?Diego_Alonso_Gonz=E1lez?=
I have been reading for a while and trying to make something I was asked.
Make a simple C++ library thread safe. I develop under Linux and the
library must be as Posix-fic as possible. Now the problem is the
standard C++ itself has no Threading whatsoever, windows platform deals
with its own threads' library, while in Linux... there are plenty.
due my case, what is the approach: what Linux C++ library has posix
threads. I heard they went into the kernel and many nuisances, but I
don't really know what to use and HOW!!
Diego Alonso
Make a simple C++ library thread safe. I develop under Linux and the
library must be as Posix-fic as possible. Now the problem is the
standard C++ itself has no Threading whatsoever, windows platform deals
with its own threads' library, while in Linux... there are plenty.
due my case, what is the approach: what Linux C++ library has posix
threads. I heard they went into the kernel and many nuisances, but I
don't really know what to use and HOW!!
Diego Alonso