You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2022. It is now read-only.
It would be neat to experiment with containerized edge compute; something like functions that could be run before page load and executed in front of the caching layer. A few ideas to get started:
Short code snippets could be ran in lightweight containers on the fly, after every request and before the response
Cron jobs that could modify cache parameters such as complex invalidation that isn't easily expressed with TTL values
HTTP routing control for "DIY CDN" deployments by leveraging the Packetframe network to direct users to the closest PoP, and hand off request metadata to a user supplied function that could issue a 302 redirect to a new URI
I don't think this should be a place for huge compute jobs, but rather very fast single-function execution for making dynamic CDN control decisions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
It would be neat to experiment with containerized edge compute; something like functions that could be run before page load and executed in front of the caching layer. A few ideas to get started:
I don't think this should be a place for huge compute jobs, but rather very fast single-function execution for making dynamic CDN control decisions.
Beta Was this translation helpful? Give feedback.
All reactions