单服务器性能中的多个 .NET Core 自包含应用程序
外部软件供应商提供 3 个以 .net core 编写的 Web 应用程序作为独立应用程序。我正在我的 Linux 系统中运行这些独立的 .net core 应用程序。
由于每个自包含应用程序都有相同的 .net 核心库 (.dll) 集,因此每个自包含应用程序运行时中的这些重复的 dll 是否会在内存中加载 3 次?
如果是这样,解决这种情况的最佳方法是什么?
External software vendors is supplying 3 web apps written in .net core as self contained applications. I am running these self contained .net core apps in my linux system.
As each self contained app has same set of .net core libraries (.dlls), will these repeated dlls in each self contained app's runtime be loaded in memory 3 times?
If thats the case, What is the optimal way to tackle this situation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论