17 Mar
2007
17 Mar
'07
7:59 a.m.
On 3/17/07, Bo Lorentsen
Darren Garvey wrote:
IIUC, the read-write mutex in the current thread lib is broken. The reason it hasn't been fixed is probably because the thread developers have been working on a rewrite of the code base. When that's done, I believe there will be a read-write mutex (here's an old but relevant post: http://permalink.gmane.org/gmane.comp.lib.boost.threads.devel/58) Ahh, ok ...
Check out Boost.Asio. That's what you're looking for. (It won't be in boost 1.34, but it has been accepted) http://asio.sf.net This looks mostly like a TCP socket layer.
Look again, but this time check out the class reference. It is so much more than a simple TCP layer.
/BL
-- Cory Nelson