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: 191,918 of 193,214
Downloads: 221

Daily

Ranking: 34,862 of 193,188
Downloads: 8

Depended by

RankDownloadsName
192,875187patient_http-solid_queue
192,909185patient_http-sidekiq
192,944183patient_llm

Depends on

RankDownloadsName
13,441,039,624bundler
101,284,887,209concurrent-ruby
145337,367,021logger
1,00948,779,470async
1,90916,540,600async-http

Owners

#GravatarHandle
1iconbdurand