Re: [akka-user] Akka http load balancer

2015-05-29 Thread Илья Ненахов
Http.cachedHostConnectionPool(...) explicitly? -Endre On Thu, May 28, 2015 at 4:05 PM, Илья Ненахов zergoodso...@gmail.com wrote: I did different pool for every server but there was no effect on performance. 2015-05-28 16:54 GMT+03:00 Endre Varga endre.va...@typesafe.com: On Thu, May 28, 2015

Re: [akka-user] Akka http load balancer

2015-05-28 Thread Илья Ненахов
logic above? Then we can look into that and see what is going on. -Endre On Wed, May 27, 2015 at 8:45 PM, Илья Ненахов zergoodso...@gmail.com wrote: I added Http().superPool() to my implementation, but performance is still low. Performance does not increase after adding third server. It seems

Re: [akka-user] Akka http load balancer

2015-05-27 Thread Илья Ненахов
I added Http().superPool() to my implementation, but performance is still low. Performance does not increase after adding third server. It seems strange to me. Adam, yeah we have a reason not to use nginx or something similar, because there will be an additional business logic, not only load

Re: [akka-user] StreamTcp exceptions handling

2015-04-14 Thread Илья Ненахов
Do I need to dynamicaly change source to close connection? If I do it in client updateSink Success case there is no effect. 2015-04-10 11:59 GMT+03:00 Akka Team akka.offic...@gmail.com: Hi, On Tue, Apr 7, 2015 at 3:57 PM, zergood zergoodso...@gmail.com wrote: Is there an api for closing