Package logilab-common-0 :: Package 39 :: Package 0 :: Module proc :: Class MemorySentinel
[frames] | no frames]

Class MemorySentinel

source code

        object --+        
                 |        
threading._Verbose --+    
                     |    
      threading.Thread --+
                         |
                        MemorySentinel

A class checking a process don't use too much memory in a separated
daemonic thread

Instance Methods
 
__init__(self, interval, memory_limit, gpid=os.getpid())
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
stop(self)
stop ap
source code

Inherited from threading.Thread: __repr__, daemon, getName, ident, isAlive, isDaemon, is_alive, join, name, run, setDaemon, setName, start

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, interval, memory_limit, gpid=os.getpid())
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)