nitsky
nitsky
CDCloudflare Developers
Created by nitsky on 8/12/2023 in #workers-help
Clarification of "simultaneous connections" limit.
Have you considered supporting multiplexed fetch requests or multiplexed requests with the R2 or Caches APIs to allow more concurrent requests? It would speed up my application significantly.
11 replies
CDCloudflare Developers
Created by nitsky on 8/12/2023 in #workers-help
Clarification of "simultaneous connections" limit.
Do you know if the limiters count "open TCP connections" or "outstanding Cache, R2, and fetch requests"?
11 replies
CDCloudflare Developers
Created by nitsky on 8/12/2023 in #workers-help
Clarification of "simultaneous connections" limit.
Theoretically, I could use connect() and implement HTTP/2 myself? 😛
11 replies
CDCloudflare Developers
Created by nitsky on 8/12/2023 in #workers-help
Clarification of "simultaneous connections" limit.
Any ways to increase parallelism?
11 replies