MantisBT - ParaView
View Issue Details
0009409ParaViewFeaturepublic2009-08-12 13:072010-01-22 15:49
Ken Moreland 
Utkarsh Ayachit 
urgentminorhave not tried
closedfixed 
 
3.83.8 
0009409: Use zlib compression when transferring geometry to client
In a recent email to the ParaView developer mailing list, Burlen Loring suggested zlib compressing the geometry sent from server to client. That is an excellent idea.

One way to implement the compression is to use the XML writers/readers to marshal/unmarshal the objects. However, it might be much easier to continue to use the legacy writers/readers and simply compress byte array before sending it.
Efficient remote interactivity is paramount to the near-term needs for large scale visualization at Sandia. Thus, I place a high priority for implementing this for ParaView 3.8.
No tags attached.
related to 0010274closed Kitware Robot zlib compression in vtkMPIMoveData is slowing client-server rendering 
Issue History
2009-08-12 13:07Ken MorelandNew Issue
2009-08-12 13:08Ken MorelandAdditional Information Updated
2010-01-19 12:43Utkarsh AyachitNote Added: 0019195
2010-01-19 12:43Utkarsh AyachitStatusbacklog => @80@
2010-01-19 12:43Utkarsh AyachitFixed in Version => 3.8
2010-01-19 12:43Utkarsh AyachitResolutionopen => fixed
2010-01-19 12:43Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-01-22 15:49Alan ScottNote Added: 0019277
2010-01-22 15:49Alan ScottStatus@80@ => closed
2010-02-10 15:56Utkarsh AyachitRelationship addedrelated to 0010274
2011-06-16 13:10Zack GalbreathCategoryFeature Request => Feature

Notes
(0019195)
Utkarsh Ayachit   
2010-01-19 12:43   
zlib compression is now used when delivering geometry by default.

/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkMPIMoveData.cxx,v <-- Servers/Filters/vtkMPIMoveData.cxx
new revision: 1.23; previous revision: 1.22
(0019277)
Alan Scott   
2010-01-22 15:49   
Tested remote server, trunk, Linux.