12from Configurables
import (
14 AvalancheSchedulerSvc,
32 AvailableResources={
"Tokens": 2,
"Dummy": 100}, MissingResourceMessageLevel=WARNING
35myralg =
ReEntAlg(
"ReEntAlg", SleepFor=1000, NeededResources={
"Tokens": 1,
"Dummy": 5})
40 HistogramPersistency=
"NONE",
41 EventLoop=slimeventloopmgr,
42 ExtSvc=[algResourcePool, whiteboard],
44 MessageSvcType=
"InertMessageSvc",
The AlgResourcePool is a concrete implementation of the IAlgResourcePool interface.
The Application Manager class.
an algorithm to test reentrant Algorithms