Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何克服 .NET 企业解决方案中不常用的 Web 服务方法的 JIT 编译加速时间?我的一些不经常使用的业务流程依赖于 5-6 个 Web 内部 Web 服务调用。每个“JIT”每次调用可以增加 2-3 秒,从而为流程增加大约 10-15 秒。
您可以事先对程序集进行NGen - 或者(如果它们无害地调用没有其他原因)只是有一个任务来定期进行调用。