I have two actor: objManagerActor
and objActor
, send message to objManagerActor
, then objManager
dispatch message to objActor
, I am computing TPS in objActor
and result is about 2.4 millions (default-dispatcher thread num is 2), I want to improve the TPS.
It seems that akka transport message with TCP, how to improve the throughput?
3 posts - 2 participants