Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Actors only run and use a CPU thread when they have one or more messages in thei

It's possible to have thousands or millions of actors that share just two CPU core/threads.

**Can Riker run on muliple hosts?**
**Can Riker run on multiple hosts?**

Like any application a Riker application can easily be distributed across multiple network hosts or Docker containers. Applications can be load balanced using simple load balancing or form part of a more complex system using a [Kubernetes](https://kubernetes.io/), [Linkerd](https://linkerd.io/), etc.

Expand Down