TMtxVecController.ThreadDimension Property

Int32 ThreadDimension { get; set; }

Specifies the maximum number of threads that object cache can serve.

Returns: Int32

Remarks:

Specifies maximum number of threads that object cache can serve concurrently. Each thread has its own memory pool.

UnMarkThread must be called before a thread ends. Creating more threads than ThreadDimension will route additoinal threads in to the main threads pool.

Before changing ThreadDimension the object cache may not be used: There may not be any TVec/TVecInt/TMtx/TMtxInt objects for which FreeIt was not called.