Open
Description
Switch from using Ruby's net/http
to using async-http. This would allow for easy connection pooling and concurrent requests, without the overhead of threads and mutexes.
Switch from using Ruby's net/http
to using async-http. This would allow for easy connection pooling and concurrent requests, without the overhead of threads and mutexes.