sam
sam
CDCloudflare Developers
Created by sam on 7/17/2023 in #workers-help
Optimizing for throughput
We are building a service fronted by Workers, which needs to see as high a throughput as possible. We are serving data blobs in about the ~24mb-64mb range, so they are medium sized. When working through Workers using the default fetch mechanism, things are fast but not as fast as they are at our endpoint. Is there anything we can do to optimize this?
2 replies
CDCloudflare Developers
Created by sam on 7/16/2023 in #workers-help
More than two serving IPs
Hello Workers friends, I know this is a bit ridiculous to ask since connection pooling isn't optimal on HTTP/2, but we have a large share of HTTP/1.1 traffic that we can't control, and it happens to spread by available number of IPs. On Workers, we only have two; elsewhere, we can assign multiple. We could, in theory, proxy in front of Workers, but obviously that defeats the benefits of Cloudflare's amazing network footprint and routing. Is there a way to get more than two serving IPs on a Worker, without proxying? Thank you so much for any help.
9 replies