The project intends to provide a poll based implementation other
platforms, most likely with
client support first.
We where using a wrapper lib and run into to many issues, so we have
moved to
create our own platform support for IO. The design is intended to be
portable, however
currently we only have a epoll implementation of it (as you note). You
are welcome to contribute
implementations of the Poller.h interface for your platform.
Someone else had also spoking to me about contributing in this area when
talking about the project
at an event. So please feel free to add a implementation of poller.h for
OS X and I am
sure the guys that have worked in the area will help you with any issues
to get it into Qpid.
thanks for the interest in the project
Carl.
Jacobus Geluk wrote:
I would like to use qpid in a C++ project on Mac OS X, but I can't compile
it since sys/epoll.h is missing. The epoll mechanism is not available on Mac
OS X, will qpid use kqueue for such platforms?
Regards,
Jacobus Geluk