[ace-users] ACE_Process_Semaphore vs. ACE_Semaphore(int count,
int type = USYNC_PROCESS)
Douglas C. Schmidt
schmidt at dre.vanderbilt.edu
Wed Jul 18 16:39:49 CDT 2007
Hi Michael,
> Does the same advise hold true for using ACE_Thread_Mutex and
> ACE_Process_Mutex rather than ACE_Mutex(int type=...) on non-Solaris
> machines?
Yes, indeed! I recommend looking at Chapter 10 of the C++NPv1 book
<www.cs.wustl.edu/~schmidt/ACE/book1/> for details on which of the ACE
synchronization mechanisms to use in different circumstances.
Thanks,
Doug
More information about the Ace-users
mailing list