hjr3 / weldr

A HTTP 1.1 proxy written in Rust using tokio.
Apache License 2.0
218 stars 20 forks source link

Setup master/child processes #96

Closed hjr3 closed 7 years ago

hjr3 commented 7 years ago

Now that #85 has landed, we need to add the support for a single master process with multiple (configurable) children.

Why multiple processes instead of multiple, isolated threads? After discussing it with a few people, there are some advantages to using process:

hjr3 commented 7 years ago

Fixed by https://github.com/hjr3/weldr/pull/98