Categories: None [Edit]

patient_http

https://rubygems.org/gems/patient_http
https://github.com/bdurand/patient_http
This gem provides a dedicated async HTTP processor that uses Ruby's Fiber scheduler for non-blocking I/O. Application threads hand off HTTP requests to the processor and return immediately. The processor handles hundreds of concurrent HTTP connections using fibers, then notifies the application when responses arrive via a pluggable callback mechanism. This design keeps application threads free to do other work while HTTP requests are in flight.

Total

Ranking: 186,942 of 193,756
Downloads: 835

Daily

Ranking: 19,880 of 193,649
Downloads: 15

Depended by

RankDownloadsName
189,095592patient_llm
190,548430patient_http-sidekiq
191,152374patient_http-solid_queue

Depends on

RankDownloadsName
13,494,238,297bundler
111,299,249,518concurrent-ruby
140351,894,636logger
1,00549,595,135async
1,89717,002,805async-http

Owners

#GravatarHandle
1iconbdurand