|
|
|
@ -38,6 +38,7 @@ namespace GBase.Installers |
|
|
|
|
|
|
|
|
|
|
|
//pool |
|
|
|
//pool |
|
|
|
container.Register<IDataHandlerPool, DataHandlerPool>(Lifestyle.Singleton).WithParameters(10); |
|
|
|
container.Register<IDataHandlerPool, DataHandlerPool>(Lifestyle.Singleton).WithParameters(10); |
|
|
|
|
|
|
|
container.Register<IPoolRequest, PoolRequest>(); |
|
|
|
container.Register<IPoolItemFactory, PoolItemFactory>(); |
|
|
|
container.Register<IPoolItemFactory, PoolItemFactory>(); |
|
|
|
container.RegisterFactory<IPoolRequestFactory>(); |
|
|
|
container.RegisterFactory<IPoolRequestFactory>(); |
|
|
|
|
|
|
|
|
|
|
|
|