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

Multi-threaded gtk app very very slow

2006-07-17 Thread Mark Richardson
I have a multi-threaded application that I developed using gtk 2.4.1 (I know it's old - the SA hasn't had time to get to it yet - so I'll be moving to latest and greatest soon). Anyway, this application has multiple "views" - in that you can open different *.glade files (xml) and they open