[Paraview-developers] Get data from server to client (helper?)

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Tue Sep 24 14:43:20 EDT 2013


It doesn;t change how you'd get the data from server to client. The
question is how are you planning to send data from client to server?
What is the modified data? Just a collection of modifications or a
large dataset?

Utkarsh

On Tue, Sep 24, 2013 at 2:34 PM, Biddiscombe, John A. <biddisco at cscs.ch> wrote:
> I've just remembered, that on some occasions, I will need to send the modified data back -
> BUT, I need to send it back to all nodes.
>
> Does this change your previous answers?
>
> JB
>
>> -----Original Message-----
>> From: Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com]
>> Sent: 24 September 2013 20:18
>> To: Biddiscombe, John A.
>> Cc: paraview-developers at paraview.org
>> Subject: Re: [Paraview-developers] Get data from server to client (helper?)
>>
>> > Would there be improved efficiency doing it that way using
>> ClientServerMoveData?
>>
>> I don't think so. I just different ways for doing the same thing. You might
>> infact get better performance by using the information object since you can
>> control what is serialized, with the ClientServerMoveData route, since the
>> code is for any arbitrary data, it will transfer more meta-data, possibly. Also
>> then the pipline and extents can be confusing too. So I'd recommend the
>> vtkPVInformation route.
>>
>> Utkarsh


More information about the Paraview-developers mailing list