[akka-user] How to use blocking-io / pipeTo in Actor / ExecutionContext (playFramework 2.4)

2014-11-12 Thread Dominik Dorn
Hi, Will showed me today at Devoxx that there's the pipeTo mechanism to do blocking code in actors at a different thread, so the actor stays non blocking. The code I came up looks like this. It would be very nice if you could take a look and tell me if I'm doing something obviously wrong: obje

Re: [akka-user] How to use blocking-io / pipeTo in Actor / ExecutionContext (playFramework 2.4)

2014-11-13 Thread Dominik Dorn
tors.html#Ask__Send-And-Receive-Future > > Will Sargent > Consultant, Professional Services > Typesafe <http://typesafe.com>, the company behind Play Framework > <http://www.playframework.com>, Akka <http://akka.io> and Scala > <http://www.scala-lang.org/>

Re: [akka-user] Re: Has akka-http has abandoned per request actors in favor an anti-pattern DSL?

2017-04-09 Thread Dominik Dorn
;>>>>> >>>>>> val serverSource: Source[Http.IncomingConnection, Future[Http. >>>>>> ServerBinding]] = >>>>>> Http().bind(interface = "localhost", port = 8080) >>>>>> log.info("Server o