OnixS C++ ICE Binary Order Entry Handler 1.0.0
API Documentation
Loading...
Searching...
No Matches
Asynchronous File-Based Session Storage

Asynchronous File-Based Session Storage combines excellent performance with the File-Based Session Storage functionality.

This storage has the same abilities as the File-Based Session Storage except for the asynchronous file operations. It creates a separate thread that performs all file system operations.

To use this storage, set the storageType parameter in the OnixS::ICE::BOE::Session::Session constructor to the OnixS::ICE::BOE::SessionStorageType::AsyncFileBased value.

Example

Session session(SessionType::BUS, settings, &listener, SessionStorageType::AsyncFileBased);