With regard to the Servoy-admin servoy.clientJarLoadOption it is my understanding that to speed up the initial installation of a client it is best to use the “lazy” setting instead of the “eager” setting. Is that correct? Lazy is faster than eager?
Heh, it is indeed, though you wouldn’t know it by the name. Lazy jar loading means that the client will not load the jars until they are needed, hence speeding up the initial load time. If you specify eager, it will “eagerly” load all of the jars, slowing down the initial load time.
A bit backwards from this perspective, but it works.
Fred