On Don 29.06.2006 08:15, Paul Querna wrote:

I actually agree, I would of preferred them just adding native KQueue
support, but they would argue that the Event Ports can do more than
KQueue, and that is of course, the truth.

;-)

The apr-lib have implement it as i have seen but not the /dev/poll i
don't know why because the /dev/poll was long time before then the
event ports framework?!

I wrote support for the Solaris Event Ports in APR.... Its okay, but
not great. Two important points:

1) On un-patched Solaris 10, it will cause your kernel to panic. Get
Patched.

Sun recommend to upgrade to 1/06 do you know which patch is necessary,
to look if it is into the 1/06?

2) If a socket-event is fired in it, you must re-add the socket with
the events to get a behavior like KQueue/EPoll.  This sucks for APR,
since our API is designed around keeping things in the pollsets, even
after their event has fired once.

I think i will try to add the event ports framework into the libevent
but i'am not sure, what was your experience with the framework?

@nils: do you think if the patch is ok you could add into the main
branch ;-)

regards

Alex
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkey.org/mailman/listinfo/libevent-users

Reply via email to