Leaving serverless led to performance improvement and a simplified architecture
1–10 of 272 posts
Re: Leaving serverless led to performance improvement and a simplified architecture
#2All major cloud vendors have serveless solutions based on containers, with longer managed lifetimes between requests, and naturally the ability to use properly AOT compiled languages on the containers.
Re: Leaving serverless led to performance improvement and a simplified architecture
#3Their problem isn't serverless, rather Cloudflare Workers and WebAssembly. All major cloud vendors have serveless solutions based on containers, with longer managed lifetimes between requests, and naturally the ability to use properly AOT compiled languages on the containers.
It reminds me of the companies that start building their application using a NoSQL database and then start building their own implementation of SQL on top of it.
Re: Leaving serverless led to performance improvement and a simplified architecture
#4Re: Leaving serverless led to performance improvement and a simplified architecture
#5Their problem isn't serverless, rather Cloudflare Workers and WebAssembly. All major cloud vendors have serveless solutions based on containers, with longer managed lifetimes between requests, and naturally the ability to use properly AOT compiled languages on the containers.
Isn't serverless at the base the old model, of shared vms, except with a ton of people?
I'm old school I guess, baremetal for days...
Re: Leaving serverless led to performance improvement and a simplified architecture
#6Their problem isn't serverless, rather Cloudflare Workers and WebAssembly. All major cloud vendors have serveless solutions based on containers, with longer managed lifetimes between requests, and naturally the ability to use properly AOT compiled languages on the containers.
Re: Leaving serverless led to performance improvement and a simplified architecture
#7Re: Leaving serverless led to performance improvement and a simplified architecture
#8Their problem isn't serverless, rather Cloudflare Workers and WebAssembly. All major cloud vendors have serveless solutions based on containers, with longer managed lifetimes between requests, and naturally the ability to use properly AOT compiled languages on the containers.
Agree, it seems like they decided to use Cloudflare Workers and then fought them every step of the way instead of going back and evaluating if it actually fit the use case properly. It reminds me of the companies that start building their application using a NoSQL database and then start building their own implementation of SQL on top of it.
Re: Leaving serverless led to performance improvement and a simplified architecture
#9Their problem isn't serverless, rather Cloudflare Workers and WebAssembly. All major cloud vendors have serveless solutions based on containers, with longer managed lifetimes between requests, and naturally the ability to use properly AOT compiled languages on the containers.
At that point, why should I use serverless at all? If I have to think about the lifetime of the servers running my serverless functions?