Search found 2 matches
- January 18th, 2014, 7:46 am
- Forum: General Help
- Topic: High wakeups/second count (0.7.16)
- Replies: 9
- Views: 5245
Re: High wakeups/second count (0.7.16)
This is a known problem with python 2.x: http://bugs.python.org/issue17748 Since locks do not support timeouts, when a thread is asked to wait with a timeout it will just repeatedly sleep() with a maximum time of 50 ms and check the lock manually. In the PostProcessor thread there is a call to Queue...
- September 4th, 2012, 6:33 am
- Forum: Third-party Addons
- Topic: SABMonitor
- Replies: 5
- Views: 8734
Re: SABMonitor
This link is also dead. Is this available anywhere?