nitsky
nitsky
CDCloudflare Developers
Created by nitsky on 8/12/2023 in #workers-help
Clarification of "simultaneous connections" limit.
Hi, do multiple simultaneous fetch requests each cost one "connection" towards the "simultaneous connections" limit, even if they are all to the same origin, and may be multiplexed? Similarly, are connections with the Caches or R2 APIs multiplexed? I would like to write a worker that checks for the existence of a potentially large number of items with one of these APIs, and would like to find a way to be able to check more than 6 in parallel at a time.
11 replies