-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Networking & Observability
-
Fully Compatible
-
Networking & Obs 2024-10-28, Networking & Obs 2024-11-11
Before writing the design for SPM-3902, we need to POC and evaluate two different threading models for egress gRPC:
- Each Client does its own networking
- A reactor thread manages networking/reaction processing and then delegates db work to Client threads.
POC each threading model and evaluate which one is more performant and works more naturally with the gRPC C++ implementation.