On Wed, Jan 22, 2003 at 02:49:43PM -0400, Pablo Endres wrote: > > Is this a threaded app? > Yes it's threaded: basiclly a comunication thread and > the gtk thread
Does the GTK thread block waiting for the communication thread at times? > > > Is there a way of detecting why this happens?? > > > Is there a set of regular causes of this happening? > > > > Usually a callback function that takes a long time to run. > Please define callback function Heh, I see you're new to GTK in general, or you would be sick of the terminology by now :-) A callback function is a funcion you register to be called when a certain signal is triggered by a widget. Another name for it is "signal handler" or "event handler". Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
