Re: [JPP-Devel] Parallel Processing Pipelines

2008-04-08 Thread Stefan Steiniger
mhm.. not sure if this is related, but there is some work on webservices that could be used to for parallel processing: thesis: http://www.geo.unizh.ch/gis/services/downloads/phd/mneun/phd_moritz_neun_2007.pdf (http://www.geo.uzh.ch/~neun/) and a paper: Neun M., D. Burghardt and R. Weibel (2008)

Re: [JPP-Devel] Parallel Processing Pipelines

2008-04-06 Thread Paul Austin
Christopher, You would send the Geometries as JTS geometries over the channels between processes or whatever type of object you will be working on. If you use my parallel library instead of the JCSP libraries it uses generics so you can force a channel to support only one type of object so yo

Re: [JPP-Devel] Parallel Processing Pipelines

2008-04-06 Thread Christopher
>From a performance aspect when using JCSP, which would be a better format for the communication wires: Objects, or ints representing the WKB representation of the geometry? --Christopher --- Paul Austin <[EMAIL PROTECTED]> wrote: > All, > > I've just started a blog and put a post related to >

Re: [JPP-Devel] Parallel Processing Pipelines

2008-04-03 Thread Sunburned Surveyor
Paul, I will read your post and will add your blog to my "My Yahoo" page. Your blog will be found there with other programming favorites of mine. These would be the blogs of Martin Davis, Jon Aquino, Larry Becker and the like... :] SS On Thu, Apr 3, 2008 at 5:26 PM, Paul Austin <[EMAIL PROTECTED

[JPP-Devel] Parallel Processing Pipelines

2008-04-03 Thread Paul Austin
All, I've just started a blog and put a post related to parallel processing of data, which might be useful in tasks such as streaming building of a TIN. http://revolsys.blogspot.com/ Paul - Check out the new SourceForge.ne