opendal
opendal copied to clipboard
Allow control concurrent connections
curl
seems the best choice we can have: timeout
, redirect policy
, max_connections
, max_connections_per_host
Consider https://docs.rs/isahc/latest/isahc/struct.HttpClientBuilder.html
should we consider Qos? one big query with low priority may starves the high priority queries.
should we consider Qos?
Seems interesting. Maybe we can design a QoS layer to distribute requests to different clients.
Implemented in #545
We are observing this feature now and may expose an API for users in the future.