Windows supports WaitForMultipleObjects which can be parameterized to wait on all the handles in an array.Is there an equivalent of this in linux to be used for process synchronization.We are using ACE library and are building cross platform applications
Start Free Trial