KDCalc Class Library

KDCalcPool Class

The KDCalcPool is a singleton class which holds a pool of KDCalcEngines.

For a list of all members of this type, see KDCalcPool Members.

System.Object
   KDCalcPool

public class KDCalcPool

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

You can preload the KDCalcPool with a number kdc files and then CheckIn/CheckOut the files for use as necessary. If all instances of a certain kdc file are checked out, the pool will create a new instance and hold on to it. You can also set a limit to the number of kdcFiles allowed in the pool. This class is built for stateless operation of KDCalc in ASP.NET and JSP web applications.

Requirements

Namespace: KnowledgeDynamics.KDCalc

Assembly: KDCalcNet (in KDCalcNet.dll)

See Also

KDCalcPool Members | KnowledgeDynamics.KDCalc Namespace