Two questions: What about Mac OS X knowing that it has a certain BSD heritage? Does OSX expose a similar issue?
Would you mind if I finish up the FreeBSD port for Apache Qpid and attach it to a JIRA? That way you could still push it upstreams into the FreeBSD ports collection (or I could do that) as soon as support for kqueue(2) on FreeBSD becomes available in Apache Qpid? Cheers Daniel On Fri, Aug 12, 2011 at 6:13 PM, Andrew Stitcher <[email protected]> wrote: > On Fri, 2011-08-12 at 02:44 +0200, dsh wrote: >> Hi, >> >> I created a FreeBSD port of Qpid 0.10 but am stuck at the issue >> described in #QPID-2549 [1]. Just to understand it completely - does >> the JIRA mean Qpid is completely broken on FreeBSD or would it be >> possible to navigate around the Poller related error messages by >> specifying --without-poller while configuring Qpid? > > Unfotunately it means that Qpid won't work on FreeBSD. > > What's needed is low level polling code which uses poll() for wide > portability or kqueues for efficiency on FreeBSD. Currently there is > code using epoll() which only works on Linux and code which uses the > Win32 API. > > Andrew > > > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > > --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
