Event consumers

Event consumers are user space processes that are waiting on events to occur.

Consumers set up event monitoring by writing information to a monitor file specifying how and when they should be notified. Consumers may wait for event notification in a select() call or a blocking read() call.

The AIX® Event Infrastructure is not thread safe. Processes should not use multiple threads to monitor the same event.