I'm Joining CloudFlare
11–20 of 124 posts
Re: I'm Joining CloudFlare
#12Re: I'm Joining CloudFlare
#13Re: I'm Joining CloudFlare
#14CloudFlare is a greater threat to the web than AMP could ever dream to be.
Re: I'm Joining CloudFlare
#15FYI, AWS Lambda can, and for many things, does run on edge locations (166 edge points). So your comparison is not very accurate. The right map to use on that comparison would be a CloudFront map.
EDIT: Fixed, thank you! I meant to double check this and just forgot before hitting publish :(
Re: I'm Joining CloudFlare
#16FYI, AWS Lambda can, and for many things, does run on edge locations (166 edge points). So your comparison is not very accurate. The right map to use on that comparison would be a CloudFront map.
(Although since Rust can compile to WASM, it might be possible to write Rust, compile it to WASM, load that WASM in Node and run that on Lambda@Edge.)
Re: I'm Joining CloudFlare
#17So I think the reason for "CloudFlare workers" not being available ten years ago has to be found somewhere else.
Re: I'm Joining CloudFlare
#18Re: I'm Joining CloudFlare
#19Regarding the WebAssembly part, it seems to me that native Linux code sandboxed by seccomp would work just as well if not better, and has been available since 2005 (and there's also NaCL if you want in-process, as well as a bunch of VMs). So I think the reason for "CloudFlare workers" not being available ten years ago has to be found somewhere else.
Specifically,
> But the kind of scalability I'm talking about here is scalability to the number of tenants, the number of applications that we can be hosting at one time. The challenge with this is that, again, we don't want people to choose one or two or five locations where their software runs; we want it to run everywhere. We want everyone's code running in every one of our locations. And some of our locations are not that big. Though some have lots and lots of computers, but others have maybe a dozen machines. How do you fit- we have 10 million customers- on a dozen machines? Turns out that the existing technologies for this, the existing server-side technologies, don't live up to the task. What we really need is basically 100X efficiency gain in number of people we can host and 100X decrease in how many resources each one is using.
Re: I'm Joining CloudFlare
#20edit - Also there is a small spelling mistake in this line
> A lot of people see the realtionship