Examples of using other events
The sample program shipped with the Event Management Framework illustrates
the tasks listed below. (Due to its large size, the source code is not included
here.)
- Registering and unregistering for Timer events.
- Registering and unregistering for Workproc events.
- Registering an AIX Message Queue, sending messages
on it, and unregistering the Message Queue.
- Registering a stream socket that listens to incoming
connection requests. Also, sockets connecting, accepting a connection, and
sending/receiving messages through EMan.
- Registering a file descriptor on AIX and reading one
line of the file at a time in a callback.
[Back: Generating client events]
[Next: Processing events]