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

Biddiscombe, John A. biddisco at cscs.ch
Tue Sep 24 14:34:46 EDT 2013


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