История изменений
Исправление sanyo1234, (текущая версия) :
Тестирование 3-4 летней давности:
https://www.virtocommerce.org/t/virtocommerce-platform-3-0-capacity-load-test-report/233
А теперь представьте, что мы скомпилировали этот тест в native code (как на сишечке) и запустили на современном кластере:
.NET 8 adds support for ASP.NET Core to compile to native code using the Native Ahead-Of-Time (AOT) compilation. This means that the Native AOT deployment model uses an ahead-of-time compiler to compile IL to native code at the time of publish. The benefit of Native AOT is faster startup time, smaller memory footprints, and the ability to run on machines that don't have the .NET runtime installed
This feature is particularly beneficial for workloads with a high number of deployed instances, such as cloud infrastructure and hyper-scale services
https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot
https://www.thinktecture.com/en/net/native-aot-with-asp-net-core-overview/
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/native-aot?view=aspnetcore-8.0
Исправление sanyo1234, :
Тестирование 3-4 летней давности:
https://www.virtocommerce.org/t/virtocommerce-platform-3-0-capacity-load-test-report/233
А теперь представьте, что мы скомпилировали этот тест в native code (как на сишечке) и запустили на современном кластере:
.NET 8 adds support for ASP.NET Core to compile to native code using the Native Ahead-Of-Time (AOT) compilation. This means that the Native AOT deployment model uses an ahead-of-time compiler to compile IL to native code at the time of publish. The benefit of Native AOT is faster startup time, smaller memory footprints, and the ability to run on machines that don't have the .NET runtime installed
. This feature is particularly beneficial for workloads with a high number of deployed instances, such as cloud infrastructure and hyper-scale services
https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot
https://www.thinktecture.com/en/net/native-aot-with-asp-net-core-overview/
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/native-aot?view=aspnetcore-8.0
Исходная версия sanyo1234, :
Тестирование 3-4 летней давности:
https://www.virtocommerce.org/t/virtocommerce-platform-3-0-capacity-load-test-report/233