myelnet / rust-pop

Rust implementation of a Myel point of presence
1 stars 0 forks source link

Run requests in parallel from a single swam instance. #41

Closed tchardin closed 2 years ago

tchardin commented 2 years ago

Currently a new worker with a new swarm instance is spun up for each request. This is like running multiple clients to execute requests in parallel. We should be running requests in parallel from a single client. This means a single background thread should spin up a child worker for each transfer.