d-bus head

Joe Shaw joe@ximian.com
Wed, 29 Oct 2003 11:10:29 -0500


On Tue, 2003-10-28 at 19:27, David Zeuthen wrote:
> The thing is that I experienced the CPU consumption bug on OS X 10.2.8
> using glib-2 from fink which is at 2.0.6, while I could see it work on
> my x86 RHL9+XD2 laptop using glib-2 version 2.2.2. 
> So what I meant to say, was that I probably should try to build a more
> recent glib on OS X  and test again.

When I first did the port of d-bus to darwin I reimplemented poll()
using select() because OS X prior to 10.3 didn't have it.  I didn't know
about libpoll at the time (in Fink), so maybe it's a bug in the
implementation.  Linking against libpoll might fix things.

Joe