Previous Topic: Using the Network CacheNext Topic: Using Fork Synchronization


Using the Real Path Cache

File name resolution is a long process because CA ControlMinder uses information from file system. The kernel of CA ControlMinder translates node numbers to full file names when it intercepts appropriate events. Real path caching saves file names within an internal table.

To enable this feature, set the token cache_enabled to 1 in the [SEOS_syscall] section of the seos.ini file. File names are cached in the table with a data pair: inode number and device number.

Note: For more information about the seos.ini initialization file, see the Reference Guide.