You are viewing a single comment's thread.

view the rest of the comments →

Nihilist ago

Fuck Microsoft azure. Go 100% Linux to save shitloads.

Licensing fees or for normie losers.

PuttItOut ago

We would love to port our code to .NET Core and run on Linux, but this is a big job, maybe 3-4 months of code freeze and port. Would only happen if we got funding.

neogag ago

.NET core's performance profile seems very unclear.

I have no idea what architecture you use, but you could consider porting to a lower level framework like https://kore.io/ (pure C, haven't seen benchmarks though) or rocket (uses Rust, bit of a learning curve but its benchmarks outperform everything by an order of magnitude).

redpilldessert ago

What does Reddit use?

poo_22 ago

Reddit is a bunch of Python code using the pylons framework. Last time I checked anyway.

neogag ago

I'm not really a Python guy, but I know it generally performs like shit. Most companies value productivity over perf and just throw money on hardware to compensate.

It's a weird tradeoff when you can have not much worse productivity by using node.js (ES6 is great) and get better performance and async on everything.