[kepler-dev] Subject: Kepler Startup times
Chad Berkley
berkley at nceas.ucsb.edu
Wed Jun 6 09:26:03 PDT 2007
There are two different tasks in the build file. One is "run" which
builds only jar files (I think with only classes in them, at least for
kepler, not sure about ptII) and the other which is "run-dev" which runs
kepler from the build/classes directory and doesn't build any jar files.
The run-dev takes less time to startup for developers who have to
rebuild all the time and don't want to wait for jar files. The run
target probably takes less time to startup once the jar files are built.
I haven't tried comparing them though.
chad
Tony O'Hagan wrote:
> Dan,
>
> One thing that you might consider to improve start up times is to build
> separate jar files for .class and .java files. The small jars containing
> only .class files should load faster and cache better.
>
> Regards,
> Tony O'Hagan
>
>
>
> _______________________________________________
> Kepler-dev mailing list
> Kepler-dev at ecoinformatics.org
> http://mercury.nceas.ucsb.edu/ecoinformatics/mailman/listinfo/kepler-dev
More information about the Kepler-dev
mailing list