project BLF > class ComponentPool > dataset tComponentPool
table tComponentPool
Description
This temp-table with associated dataset holds the components that are active in memory. The way how it's done is that for each business component in memory, a record is created that points to "program/<component>.p" (for example "program/bcurrency.p"), and holds the corresponding handle for the persistent procedure in memory.
| field name | data type | description |
| tcName | character | |
| thProc | handle | |
| thIns | handle | |
| tiInsID | integer | |
| tiComponentSize | integer | |
| tiRequestCount | integer | |
| tlIsInUse | logical | |
| tlRemoveOnClose | logical | |
| tlIsInMemory | logical | |
Internal usage
BLF