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: 85,248 of 196,125
Downloads: 11,176

Daily

Ranking: 12,522 of 196,106
Downloads: 23

Depended by

RankDownloadsName
83,40611,579patient_http-sidekiq
83,45511,566patient_llm
188,977890patient_http-solid_queue

Depends on

RankDownloadsName
101,349,860,423concurrent-ruby
125398,285,938logger
98352,115,848async
1,86118,318,231async-http

Owners

#GravatarHandle
1iconbdurand