Page 1 of 1

Lazy versus Eager Client loading

PostPosted: Thu Oct 20, 2005 11:06 pm
by Westy
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? :?

PostPosted: Thu Oct 20, 2005 11:57 pm
by fdoddridge
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