<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
I made a client-server paraview system, from the client I ask to the server to open a vtk file, render it and give back render to the client. It's working well.<br><br>But now, my boss said that we'll have a vtk file generated by an other program that'll be about 100Go and we don't want to write it to HDD in .vtk formate and after read it ( like before ), so I need to read the vtk file directly from memory.<br><br>Is there a way to give to a reader a pointer to the memory vtk file ?<br><br>PS: I'm not sure that this is very understandable but I'm not sure myself ... The main thing is that we make a vtk file in memory but don't want to write it in HDD. ( First solution envisaged is to dump memory. )<br><br>Thanks.<br><br><hr size="2" width="100%"><blockquote><blockquote><b>Wertz Gil</b><br></blockquote><i>gilwertz@hotmail.com</i><br></blockquote><hr size="2" width="100%"><br><br>                                               </body>
</html>