Actor library / framework for C++
- by Giorgio
In the C++ project I am working for we would like to use something like
Scala actors and remote actors (see e.g. this tutorial).
Being able to use remote actors (actors living in different processes,
possibly on different machines and communicating via TCP/IP) has
higher priority for us because we have an application consisting of several…