Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

Akka/Scala: mapping Future vs pipeTo

scala akka actor

How to properly call Akka HTTP client for multiple (10k - 100k) requests?

Solution for "UntypedActor" deprecated in Akka (Java) Tutorial

java static akka

akka jvm threads vs os threads when performing io

java multithreading scala akka

How to deal with long initialization of an Akka child actor?

scala akka actor

What does "to close over the enclosing scope/class" mean?

closures akka

Using Futures in Akka Actors

scala akka actor future

Actor model vs object oriented model

oop akka actor-model

Akka Actors: Need an example to understand some basics

scala concurrency actor akka

Akka: Send a future message to an Actor

scala akka

Reading a CSV files using Akka Streams

scala akka akka-stream

What is the Play 2.5.x equivalent to acceptWithActor[String, JsValue]?

scala playframework akka

Akka Socket per actor

What is the smallest unit of work that is sensible to parallelize with actors?

scala actor akka

Akka actorFor vs passing an ActorRef

scala akka

strange error message: bad symbolic reference. A signature in package.class refers to term apache in package org which is not available

scala akka

Relation between Akka and scala.actors in 2.10

scala akka actor scala-2.10

Spray routing 404 response

scala akka spray

Turn Slick logging off

scala akka slf4j slick

How are akka actors implemented on underlying threads?