On 04.01.2017 22:54, [email protected] wrote: >> Is it the same for the base classes ? Would there be any benefit to load >> libraries like batik or >> postgresql only when called by a plugin ? Is it already the case ? > > nope, just for jars in lib/ext/ in distros >
reread your question. and to be more specific, of course we can speed up OJ start further when we try to avoid to do stuff during start. eg. reading I18N into static strings as we do all over OJ should better be done only later when the string is actually needed. but the advantage would probably minimal anyway. there's the timing log output, to help us find extensions that delay OJ start. sextante eg. is such a candidate. we could probably move sextante core's initialization to after showing the workbench easily, w/o breaking functionality. but that's just an idea. ..ede ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Jump-pilot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
