Similarities and Differences between Otavia and Akka/Pekko #2
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Hi @micseydel. Thank you for your interest in this project.
You can find Simple Ping-Pong Actors and Receive multiple message types examples at Quick Start. Otavia is type-safe not only for incoming messages, but also for replies. You can see Message model at Core Concepts and Design. And more examples can be find at otavia-projects/otavia-examples and a completed http server app at otavia-projects/techempower.
Because scheduling is part of the runtime and transparent to developers, this part of the documentation is not yet planned. However, a brief introduction is that otavia's runtime has a fixed number of threads and uses CAS lock-free techniques for scheduling actors.
See otavia-projects/otavia-examples and a completed http server app at otavia-projects/techempower.
Not only better I/O, but also better message model, more efficient thread model, and more! You can find the key point at Core Concepts and Design. |
Beta Was this translation helpful? Give feedback.
-
This is a high-frequency question, so I'll offer some summaries here:
Beta Was this translation helpful? Give feedback.
All reactions