Hello,
I’m trying to port code form Sun Solaris to Linux and I have problems with
linux threads.
I’m using “phtread_mutexattr_setpshared(… PTHREAD_PROCESS_SHARED) but it
seams that Linux thread not supporting PHREAD_PROCESS_SHARED.
I wonder if using class ACE_PROCESS_MUTEX can solve that problem ?
Thank you
Miri