Old code from action 0.1 for cluster communication.
Find a file
2025-01-24 11:21:36 +01:00
include optimize artifact library and add fields for reduced reference data 2025-01-08 16:59:15 +01:00
src optimize artifact library and add fields for reduced reference data 2025-01-08 16:59:15 +01:00
.gitignore add cache to gitignore 2025-01-24 11:21:36 +01:00
CMakeLists.txt fix library name and add public header intstallation 2024-01-11 11:53:17 -05:00
README.md update readme 2024-01-17 15:13:34 -05:00

ACT cluster library

This library is shared between all tools using the ACT cluster build system. This includes act-deploy and the various tool agents.

Dependencies

This library requires libpqxx as well as an installation of the act language to build.

Known issues

  • When the destructor of a connection is called after a "Too many clients" error, the connection object segfaults