Re: Multi-threaded gtk app very very slow

2006-07-18 Thread John Cupitt
On 7/17/06, Mark Richardson <[EMAIL PROTECTED]> wrote: > I ran the debugger and came up with this (for the primary gtk thread - all > other threads aren't blocking). > ?? > _XRead() from libX11.so.6 > _XReply() from libX11.so.6 > _XIDHandler() from libX11.so.6 > XCreatePixmap() from li

Re: Multi-threaded gtk app very very slow

2006-07-18 Thread Daniel Haude
On Mon, 17 Jul 2006 20:10:05 +0200, Mark Richardson <[EMAIL PROTECTED]> wrote: > I have a multi-threaded application that I developed using gtk 2.4.1 I'm writing one of those myself, and funny things can happen. One important rule to remember is this: Run all your GUI stuff in one thread onl