Hi, I'm using remote actor to generate some content but facing some issues with big chunks around 128KB on concurrent requests. BalancingPool used with number of workers to support concurrent users.
If I run the test on local to local, I'm getting 256 req / sec but if I run the same test on local to remote, I get 10 req / sec. In addition to that I also find these logs; DEBUG test-app akka.remote.EndpointWriter - Drained buffer with maxWriteCount: 50, fullBackoffCount: 546, smallBackoffCount: 2, noBackoffCount: 1 , adaptiveBackoff: 2000 Processing time is same on actor's receive and delay on mailbox relatively same. I expect some performance decrease because of the network but not that much. Also If I run same test (local - remote) with small chunks around 10B again with same number of concurrent requests, throughput is around 256 per sec. I'll do the same test with http api instead of remote as alternative but still curious about the issue. Can you help me on this? -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
