Re: [akka-user] Bottleneck with StreamTcp and long lived connection?

2014-10-03 Thread Akka Team
Hi Chris, The current stream implementation (including IO) has not yet been optimized at all, our current focus is to settle on a set of features and user API that is satisfactory. We know a couple of bottlenecks that we intend to optimize later. >- The outbound Flow uses a custom ActorPubl

[akka-user] Bottleneck with StreamTcp and long lived connection?

2014-10-02 Thread Chris Baxter
I've been playing with the Tcp module for a while now, trying to use it to build a Memcached client that performs as well as the spymemcached java client does. I got stuff working a while back with the plain Tcp extension but the code was tricky (back pressure handling) and always seemed to hit