RAVE
Lib.rave_mppool.RavePool Class Reference

We sub-class multiprocessing.pool.Pool instead of multiprocessing.Pool because the latter is only a wrapper function, not a proper class. More...

Inheritance diagram for Lib.rave_mppool.RavePool:

Public Member Functions

 __init__ (self, *args, **kwargs)
 

Protected Attributes

 _maxtasksperchild = kwargs.pop('maxtasksperchild', RAVE_MULTIPROCESSING_MAX_TASKS_PER_WORKER)
 

Detailed Description

We sub-class multiprocessing.pool.Pool instead of multiprocessing.Pool because the latter is only a wrapper function, not a proper class.

Parameters
Poolwith our NonDaemonicProcess

The documentation for this class was generated from the following file: