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: 70,285 of 196,721
Downloads: 15,032

Daily

Ranking: 11,305 of 196,694
Downloads: 51

Depended by

RankDownloadsName
71,73914,578patient_http-sidekiq
73,65214,010patient_llm
184,7691,611patient_http-solid_queue

Depends on

RankDownloadsName
101,366,386,975concurrent-ruby
120413,486,116logger
98252,949,718async
1,84618,769,221async-http

Owners

#GravatarHandle
1iconbdurand