Quantcast
Channel: Akka Libraries - Discussion Forum for Akka technologies
Viewing all articles
Browse latest Browse all 1367

Stateful Actors

$
0
0

@alan.brewster73 wrote:

Hello

I am new to AKKA and have been looking at modelling stateful actors. Since Actor instances can process only one message at a time (from my basic understanding), how do I scale for concurrent access of read only state in a large throughput application. For example, I have an actor that models an item offered for sale by a user, which other users want to bid on. The actor state is accessed when users want to see the details. How do I provide concurrent access to this read only state, without requests queueing one after another.

Kind regards

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 1367

Trending Articles