Prakash Sangappa wrote:
- Unlike the 'inotify' interfaces, which uses 'ioctls' to a  device,  our
interfaces will be based on the existing Event ports framework. The events
  will be delivered to a specified 'Event port'(which is an fd).

Can this fd be polled via poll/select or will all consumers of this interface
have to re-write their existing app logic to add another thread that sits in
port_get() all the time and then wakes up the main event loop that uses
poll/select instead?

--
        -Alan Coopersmith-           [EMAIL PROTECTED]
         Sun Microsystems, Inc. - X Window System Engineering
_______________________________________________
perf-discuss mailing list
perf-discuss@opensolaris.org

Reply via email to