Package logilab :: Package common :: 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__, getName, isAlive, isDaemon, join, run, setDaemon, setName, start

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

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)