On Wed, 14 Jul 2004 21:56:22 +0900, Jesse van den Kieboom <troplosti / orcaweb.cjb.net> wrote: [...] > > Do you ruby threads or system threads ? > > > > System threads. I don't use threading myself but GTK+ (or pango, I'm not > sure) seems to thread. GTK+ and Pango may be compiled with native thread *support*, but they (and most Glib-based toolkits) are single-threaded event-driven APIs. If you're having reentrancy problems, you could try recompiling GTK+ (and its dependencies, Glib, ATK, and Pango) with thread support disabled. Lennon