Skip to content
Snippets Groups Projects
Commit 518b570c authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

iproto: move networking into a separate thread

Implement a generic inter-cord communication bus and use it
in separating network I/O and transaction processor.

Split all request processing work into network thread part
and transaction processor thread part, and make these
parts multi-threading safe.

Generalize fiber pool into an own data structure and API.

Misc cleanups.
parent 5a0deb9d
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment