RaimaDB TX Support Library
The RaimaDB TX library handles the link to the Transactional File Server Interface Library. RaimaDB DB Engine Library and other RaimaDB libraries does not link with Transactional File Server Interface Library. The application instantiating the TFS need to link with Transactional File Server Interface Library.
- Reentrancy
- The
tx
library is by design reentrant but uses libraries that by themselves may not be reentrant.
- Library dependencies
- Library File Names
File Name | Where it is used |
---|---|
librdmtx.a
|
Static library used during compile for cross-compile targets |
librdmtx.so
|
Library used during compile on Unix |
librdmtx.so
|
Used by runtime link-loader when executing on Unix |
rdmtx.lib
|
Library used during compile on Windows |
rdmtx.dll
|
Used by runtime link-loader when executing on Windows |
* | Other extensions may be used depending on target platform |