Re: Exception in thread Thread-4:

2015-05-05 Thread david jhon
Hi Chris, Thanks a lot for such a comprehensive reply, I got it fixed now. Thanks again :) On Tue, May 5, 2015 at 2:52 PM, Chris Angelico wrote: > On Tue, May 5, 2015 at 7:23 PM, david jhon wrote: > > from threading import Timer, Lock > > > > class miTestClass(EventMixin): > > def __init__

Re: Exception in thread Thread-4:

2015-05-05 Thread Chris Angelico
On Tue, May 5, 2015 at 7:23 PM, david jhon wrote: > from threading import Timer, Lock > > class miTestClass(EventMixin): > def __init__(self, t, r, bw): > self.statMonitorLock = Lock() #to lock the multi access threads > self.statMonitorLock.acquire() > statMonitorTi