Hi All,
when I arm a resource manager with a puls event for notification by
the following steps:
– fd = open(“resource mager” …);
– ionotify(fd … puls event);
– the resource manager handles and triggers the puls event
BUT how can the CLIENT receive that PULSE event ???
We have the fd == coid, but a MsgReceivePulse() needs a channel
id ??
There MUST be a way to do it, because a select() call can receive
such a pulse event!
Armin