Author: dmeyer
Date: Thu Aug 16 14:48:01 2007
New Revision: 2778

Log:
make sure thread pipe is connected

Modified:
   trunk/base/src/notifier/jobserver.py

Modified: trunk/base/src/notifier/jobserver.py
==============================================================================
--- trunk/base/src/notifier/jobserver.py        (original)
+++ trunk/base/src/notifier/jobserver.py        Thu Aug 16 14:48:01 2007
@@ -41,6 +41,7 @@
 from callback import Signal, Callback
 from async import InProgress
 from thread import MainThreadCallback
+import thread
 
 # internal list of named threads
 _threads = {}
@@ -124,6 +125,8 @@
         self.stopped = False
         self.jobs = []
         self.name = name
+        if not thread._thread_notifier_pipe:
+            thread._create_thread_notifier_pipe()
         self.start()
 
 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to