.NET Just in Time Compilation and Warming up Your System

1 · Abhinaba Basu · Sept. 29, 2014, 12:23 p.m.
One of the primary obstacle we face while scaling our system is Just In Time (JIT) compilation of the .NET stack. We run a .NET managed application server at a huge scale with many thousands of managed assemblies on each server (and many many thousands of those servers distributed globally).We deploy code daily and since......