You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Jean-Sebastien Delfino <js...@apache.org> on 2007/01/09 03:20:55 UTC

[C++] Util classes for working in a multithreaded server

I added two small classes under tuscany::sca::util to help work in a 
multithreaded environment:
- a thread safe Queue class made of an STL queue and a mutex + a 
condition var on Linux and a critical section + an event on Windows.
- a simple Wrapper class to help start and join a native Thread.

-- 
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org