paypal / junodb

JunoDB is PayPal's home-grown secure, consistent and highly available key-value store providing low, single digit millisecond, latency at any scale.
Apache License 2.0
2.57k stars 165 forks source link

[Question] Why Does junodb Use Multi-Process Workers? #179

Open anarcher opened 2 months ago

anarcher commented 2 months ago

Hello, I am looking at junodb's proxy or storage server. It seems to be using multi-process based workers. Instead of a typical single process, is there a reason for using a multi-process based worker model?