Interesting. The example shows using a Process in the current thread with a swing progress bar.
The fun for me in this API is the use of a thread pool (to control cpu resources) and schedule work to be done. I have updated the wiki page to separately show both techniques. Jody On 13/03/2010, at 12:35 PM, Michael Bedward wrote: > Hi Andrea, > > Just added a new example to illustrate using the process API. Let me > know if it's useful or not. > > http://svn.osgeo.org/geotools/trunk/demo/example/src/main/java/org/geotools/demo/process/ProcessAPI.java > > Michael > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Geotools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
