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): Web Service Approaches for 
Providing Enriched Data Structures to Generalisation Operators. 
International Journal of Geographical Information Science, Vol. 22, No. 
2, pp. 133-165:
http://www.informaworld.com/smpp/content~content=a791235726?alerttype=author,email&db=all&jumptype=alert
(I can send you the paper if you want)

However, I am not sure if I can get the sources (I have only old sources 
of that stuff lying on my machine, as I am not familiar with it)

stefan

Paul Austin wrote:
> 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 you don't need to do the cast when reading from the channel.
> 
> At the moment I don't have a channel supporting over the network 
> communication, if I did then the objects would be serialized over the 
> TCP/IP link using whatever serialization was supported by the Objects 
> themselves.
> 
> Paul
> 
> *Paul Austin*
> /President/CEO/
> Revolution Systems Inc.
> 
> +1 (604) 288-4304 x201
> www.revolsys.com <http://www.revolsys.com>
> 
> 
> Christopher wrote:
>> >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
>>> 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.net Marketplace.
>>> It's the best place to buy or sell services for
>>> just about anything Open Source.
>>>
>>>     
>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
>>   
>>> _______________________________________________
>>> Jump-pilot-devel mailing list
>>> Jump-pilot-devel@lists.sourceforge.net
>>>
>>>     
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>   
>>
>>
>>
>>       
>> ____________________________________________________________________________________
>> You rock. That's why Blockbuster's offering you one month of Blockbuster 
>> Total Access, No Cost.  
>> http://tc.deals.yahoo.com/tc/blockbuster/text5.com
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
>> Register now and save $200. Hurry, offer ends at 11:59 p.m., 
>> Monday, April 7! Use priority code J8TLD2. 
>> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
>> _______________________________________________
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>   
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> Register now and save $200. Hurry, offer ends at 11:59 p.m., 
> Monday, April 7! Use priority code J8TLD2. 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to