[akka-user] Akka's actor based custom Event Bus implementation casues bottleneck

2016-01-16 Thread Vitaly Baum
Hello dear Hakkers, I'd be very thankful if you will help me the following question. I hope it is okay if I will copy content from my question of StackOverflow here http://stackoverflow.com/questions/34828746/akkas-actor-based-custom-event-bus-implementation-casues-bottleneck . I'm trying to

Re: [akka-user] Akka's actor based custom Event Bus implementation casues bottleneck

2016-01-20 Thread Akka Team
Hi Vitaly, After some performance benchmarks, I realized that my current design > affects processing time between Publishings and Subscriptions for the > reasons that: > >1. My EventBus actually is a singleton > > You can put it behind a router. Routers are not backed by an actual actor, but