Hi Guys,

        I'm working on a monitoring software that has a notebook.
        The firstpage is a drawing area (the expose event draws
        a pixmap with the image), the other pages contain a progress bar
        and a textbox. 

        I have a thread for each machine being monitored, that 
        updates the DA and in error list when a problem is detected.

        When this happens normally the user would access the page in 
        the notebook containing the detailed information of the error.
        On expose of this page an dialog with the error info is displayed.

        The problem comes when the dialog is closed.  With this event
        I clear() the error dict, but after that the corresponding thread 
        gets caught in a sleep() and never wakes up.
        
        Any ideas on what the cause of this "sleeping beaty" can be?

        thanks in advance

-- 
Democracy is two wolves and a sheep voting on what to have for dinner.
Liberty is two wolves attempting to have a sheep for dinner and
finding a well-informed, well-armed sheep.
                

Pablo Endres
Centro de Datos

GSM:  +584127347610

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to