> The only portable way to do this is to use a "notify pipe" and then > use ACE_OS::select() to wait on the notify pipe's handle *and* your > I/O descriptor here "notify pipe" is what class ? I searched in the ACE library, but can not find such class (like ACE_Notify_Pipe). thanks!