Is there anyone who has implemented an actor model using zeromq? how is the performance? Which template is used? REQ / REP, PUB / SUB or PUSH / PULL?
I used another library called theron. But performance is not very good due to context switching.
Can I share my thoughts / design?
source share