|
Toll Free: (866) 407-5279 Direct: (651) 407-5279 |
|
Applies To: SecurityEXPERT
SecurityEXPERT is a .NET application residing on a web server and uses intermediate code and JIT compiling (Similar to Java and JVM) to provide the runtime applications.
On initial install, server-side JIT compiling takes place when the application is initially launched. JIT may happen periodically because after sessions expire the compiled assemblies may get deleted by .NETs garbage collection facility.
If there are long periods of inactivity between sessions, the assemblies will most likely need to be compiled again.
The above is normal behavior and is simply a function of .NET applications, so periodically, screens may launch slightly slower than you are used to.