Does .NET have something similar to what Azul provides for Java? -


azul provides highly scalable java solutions claim provide performance large applications, both memory , core wise, opposed standard oracle java on x86 hardware.

is there similar in .net world?

i know microsoft has cloud solution, scale equally well?

no, best of knowledge there isn't comparable azul or zing .net.

part of azul got started making proprietary cpus optimized java jvm. here video that, , why x86 / x64 architecture has ... issues in modern use.

however, proprietary hardware product doesn't seem successful in market. guess zing described strategy pivot azul: original plan sell proprietary hardware matching highly optimized jvm. they're focused on leveraging optimized jvm, , sell use on regular x86 machines.

@gamlor right 1 of main selling points of zing "hitless garbage collection", or garbage collection doesn't make jvm pause. i'm not aware of pushing .net. perhaps answer regarding .net vs java gc interesting.

you mono competing vm .net. best of knowledge, nobody selling mono on being dramatically faster or more scalable microsoft .net.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -