Old code from action 0.1 for cluster communication.
Find a file
2024-01-29 15:26:00 -05:00
include add constructor with output to sim output artifact 2024-01-29 15:26:00 -05:00
src add constructor with output to sim output artifact 2024-01-29 15:26:00 -05:00
.gitignore prevent accidental vscode commits 2024-01-11 11:52:44 -05: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