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: 85,248 of 196,125
Downloads: 11,176
Daily
Ranking: 12,522 of 196,106
Downloads: 23
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 83,406 | 11,579 | patient_http-sidekiq |
| 83,455 | 11,566 | patient_llm |
| 188,977 | 890 | patient_http-solid_queue |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 10 | 1,349,860,423 | concurrent-ruby |
| 125 | 398,285,938 | logger |
| 983 | 52,115,848 | async |
| 1,861 | 18,318,231 | async-http |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | bdurand |