Categories: None [Edit]
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
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 71,739 | 14,578 | patient_http-sidekiq |
| 73,652 | 14,010 | patient_llm |
| 184,769 | 1,611 | patient_http-solid_queue |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 10 | 1,366,386,975 | concurrent-ruby |
| 120 | 413,486,116 | logger |
| 982 | 52,949,718 | async |
| 1,846 | 18,769,221 | async-http |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | bdurand |