[akka-user] Remote Actor Performance

2017-03-23 Thread Fatih Dönmez
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

Re: [akka-user] Akka actor wait on future to resolve before taking off mailbox

2017-03-23 Thread Justin du coeur
I suspect you're looking for stash(), which is the usual answer to "I want to pause my inbox for a bit"... On Thu, Mar 23, 2017 at 8:47 PM, Sean Callahan wrote: > Hey all. Ive got an Actor set up that when called, takes a little bit of > time to run and I want to

[akka-user] Akka actor wait on future to resolve before taking off mailbox

2017-03-23 Thread Sean Callahan
Hey all. Ive got an Actor set up that when called, takes a little bit of time to run and I want to limit how many "runs" happen at the same time. I have a routing pool above this actor to accomplish that. However, in my current implementation of the actor I am blocking to get that

[akka-user] Does Event Bus require Publisher and Subscriber to be started in certain order?

2017-03-23 Thread kant kodali
Hi All, Does Event Bus require Publisher and Subscriber to be started in certain order? Isn't there a Listener which will push messages to subscribers whenever they become alive? I am playing with the LookUpBus Example from here but

[akka-user] Akka-Http TrustStoreConfig Password?

2017-03-23 Thread Aaron Broad
Hi all, I'm creating actors, where each Actor makes HTTP calls using a potentially different keystore and truststore. I've successfully configured variable keystores with something like: sslConfig = AkkaSSLConfig(context.system).map(s => s.withKeyManagerConfig(

Re: [akka-user] Cannot use a method returning play.mvc.WebSocket[?0] as a Handler for requests

2017-03-23 Thread Konrad Malawski
That's a Play question, so please ask in the Play community: https://groups.google.com/forum/#!forum/play-framework This forum is called Akka-user, so yeah, we talk about Akka specifically here ;-) -- Konrad `ktoso` Malawski Akka @ Lightbend On 23 March

[akka-user] Cannot use a method returning play.mvc.WebSocket[?0] as a Handler for requests

2017-03-23 Thread kant kodali
Hi All, I originally posted this question on SO and tried it myself but unable to find what I am doing wrong? I get the following error. I followed this documentation https://www.playframework.com/documentation/2.5.x/JavaWebSockets. [error] /Users/hello/Documents/java/test_app/conf/routes:8: