简体   繁体   English

.NET 是否有类似于 Azul 为 Java 提供的东西?

[英]Does .NET have something similar to what Azul provides for Java?

Azul provides highly scalable Java solutions which claim to provide very good performance for large applications, both memory and core wise, as opposed to standard Oracle Java on x86 hardware. Azul provides highly scalable Java solutions which claim to provide very good performance for large applications, both memory and core wise, as opposed to standard Oracle Java on x86 hardware.

Is there something similar in the .NET world? .NET 世界中是否有类似的东西?

I know Microsoft has a cloud solution, but does it scale equally well?我知道微软有一个云解决方案,但它的扩展性是否同样好?

No, to the best of my knowledge there isn't anything comparable to Azul or Zing for .NET.不,据我所知,对于 .NET,没有任何东西可以与 Azul 或 Zing 相媲美。

Part of what Azul got started with was making proprietary CPUs that were optimized for the Java JVM . Azul 开始着手的部分工作是制造针对 Java JVM 优化的专有 CPU。 Here is a good video about that, and why the x86 / x64 architecture has some... issues in modern use.这是一个很好的视频,以及为什么 x86 / x64 架构在现代使用中存在一些……问题

However, that proprietary hardware product doesn't seem successful in the market.然而,这种专有硬件产品在市场上似乎并不成功。 So I guess that Zing could fairly be described as a strategy pivot for Azul: Their original plan was to sell proprietary hardware with a matching highly optimized JVM.所以我猜想 Zing 可以公平地被描述为 Azul 的策略 pivot:他们最初的计划是销售具有匹配高度优化的 JVM 的专有硬件。 Now they're focused on leveraging their optimized JVM, and sell that for use on regular x86 machines.现在,他们专注于利用优化后的 JVM,并将其出售用于常规 x86 机器。

@Gamlor is right that one of the main selling points of Zing is "hitless garbage collection", or garbage collection which doesn't make the JVM pause. @Gamlor 是正确的,Zing 的主要卖点之一是“无中断垃圾收集”,或者不会使 JVM 暂停的垃圾收集。 I'm not aware of anyone pushing that for .NET.我不知道有人在为 .NET 推动这个。 Perhaps this answer regarding .NET vs Java GC is interesting.也许这个 关于 .NET 与 Java GC 的答案很有趣。

You could fairly say that Mono is a competing VM for .NET .您可以公平地说Mono 是 .NET 的竞争虚拟机 But to the best of my knowledge, nobody is really selling Mono on being dramatically faster or more scalable than Microsoft .NET.但据我所知,没有人真正出售 Mono,因为它比 Microsoft .NET 更快或更可扩展。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM