Skip to main content
Post Made Community Wiki by rjzii
edited body
Source Link
Michael K
  • 15.7k
  • 10
  • 65
  • 95

Because it is slow... in some applications. Desktop applications have to be responsive from the beginning and the sturtupstartup overhead counts as slow.

On the other hand if you run a server it does not matter if there is some heating (JIT analysis and compilation) - you do it once in blue moon so most of the time it cannot be considered entirely slow.

Because it is slow... in some applications. Desktop applications have to be responsive from the beginning and the sturtup overhead counts as slow.

On the other hand if you run a server it does not matter if there is some heating (JIT analysis and compilation) - you do it once in blue moon so most of the time it cannot be considered entirely slow.

Because it is slow... in some applications. Desktop applications have to be responsive from the beginning and the startup overhead counts as slow.

On the other hand if you run a server it does not matter if there is some heating (JIT analysis and compilation) - you do it once in blue moon so most of the time it cannot be considered entirely slow.

Source Link
Maja Piechotka
  • 2.5k
  • 2
  • 18
  • 19

Because it is slow... in some applications. Desktop applications have to be responsive from the beginning and the sturtup overhead counts as slow.

On the other hand if you run a server it does not matter if there is some heating (JIT analysis and compilation) - you do it once in blue moon so most of the time it cannot be considered entirely slow.