[HN Gopher] Cloud Computing Without Containers: Hello Isolates
___________________________________________________________________
Cloud Computing Without Containers: Hello Isolates
Author : metadat
Score : 4 points
Date : 2022-07-30 20:26 UTC (2 hours ago)
(HTM) web link (blog.cloudflare.com)
(TXT) w3m dump (blog.cloudflare.com)
| dekhn wrote:
| there's a fair amount of fud in there. I was curious if they
| supported python and it says they compile the python to
| Javascript.
|
| So, this is not really a product except for a limited user base:
| people writing web function. Much of cloud computing that is now
| hosted in containers is batch work (ML training, HPC jobs) that
| depends on a combination of dependencies, access to hardware, and
| a complex multithreading runtime.
|
| Users of Lambda have demonstrated that it can do matrix
| multiplication at supercomputer throughput rates.
|
| I wouldn't mind the post so much but it badly misreprents the
| nature of containers in cloud computing and does so in a way that
| makes me not want to be their customer.
| metadat wrote:
| Past discussion:
|
| https://news.ycombinator.com/item?id=22506892
|
| (4 years ago; 663 points, 241 comments)
|
| Curious if anyone outside of CF has a success or challenge story
| to share about Isolates. Super cool tech.
|
| Submission inspired by @kentonv's post:
| https://news.ycombinator.com/item?id=32287798
| [deleted]
| saurik wrote:
| Related thread about "Pros and Cons of V8 isolates" that includes
| "the opposing argument" from the fly.io people:
|
| https://news.ycombinator.com/item?id=31740885
| paxys wrote:
| From the Cloudflare article:
|
| > Most importantly, a single process can run hundreds or
| thousands of Isolates, seamlessly switching between them. They
| make it possible to run untrusted code from many different
| customers within a single operating system process.
|
| From the linked comment by a supposed fly.io engineer:
|
| > Under no circumstances should CloudFlare or anyone else be
| running multiple isolates in the same OS process. They need to
| be sandboxed in isolated processes. Chrome sandboxes them in
| isolated processes.
|
| So I'm confused where the disconnect is here. One of them has
| to be wrong.
___________________________________________________________________
(page generated 2022-07-30 23:01 UTC)