Asynchronous Programming with Seastar

Nadav Har’El - nyh@ScyllaDB.com

Avi Kivity - avi@ScyllaDB.com

Back to table of contents. Previous: 24. RPC. Next: 26. Seastar::thread.

25 More about the sharded network stack

TODO: how it really works, e.g., in Posix stack connections are actually accepted on one core but then forward to the destination core.

TODO: How does batching/buffering in our network stack works? If we write() a short string, or several short strings, when is the packet sent?

Back to table of contents. Previous: 24. RPC. Next: 26. Seastar::thread.