hiactor
hiactor copied to clipboard
Hiactor is a distributed C++ actor framework.
Hi, thanks for developing the great library. We use hiactor as the scheduler in our tiny database. Particularly, each query is evaluated by an actor. As we have many short-running...
The client side will repeatedly try to connect to the server side within the timeout time range. Fixes #35
Currently, when a hiactor cluster needs to be started, the order in which the nodes are started must be strictly in accordance with their machine id order. The reason is:...
The Hiactor code generator fails to output essential debug and diagnostic information when code generation from actor.h encounters issues. ```txt Traceback (most recent call last): File "/usr/local/bin/hiactor_codegen/actor_codegen.py", line 188, in...
Fixes an error in cooking build. ``` CMake Error at cmake_install.cmake:54 (file): file INSTALL cannot find "/tmp/hiactor/build/cooking_install/sbin": No such file or directory. ```
Sorry to disturb you in your busy schedule, I have successfully compiled hiactor in single-machine mode, but I have difficulties in compiling and configurating hiactor in distributed mode. I was...