top | item 45901024

(no title)

greener_grass | 3 months ago

> dotnet requiring a CLR is not particularly well-suited for containerization

Why? I routinely put compiled .NET programs into containers.

It's also easy (easier than Rust even) to build on Mac targeting a Linux image.

discuss

order

parliament32|3 months ago

Create a hello world dotnet container, then do the same in a modern language. Then compare image size and resource consumption. Then imagine you're running tens of thousands of containers in a proper SaaS microservices model, and it'll make sense :)

M4R5H4LL|3 months ago

Enterprise doesn’t spawn 10,000 containers to perform a simple “hello world” operation. That’s not how it operates. You’d be amazed at how many concurrent requests a single service can handle. This capacity must align with the actual requirements of the companies involved, not some unrealistic scenario like “we need to emulate Google.”

orphea|3 months ago

  > Create a hello world dotnet container
The container image is 10.9 MiB. The binary is 1.2 MiB.

maximilianburke|3 months ago

Sounds like a problem with the "proper SaaS microservices model" more than .NET

hvb2|3 months ago

If you have that many containers, you should be having the revenue to pay for that.