<div dir="ltr">I'm not seeing where you configure a server to allow several clients to connect?<div>Maybe I'm missing the question or the problem as once the script is done, the client should disconnect from its server and properly exit like you seems to describe.</div><div><br></div><div>Seb</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 28, 2017 at 4:52 PM, Grégory Zaccaro <span dir="ltr"><<a href="mailto:gregory.zaccaro@gmail.com" target="_blank">gregory.zaccaro@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I'm trying to run a pvserver(Paraview 5.3) with multiple clients.</div><div>I have a little problem when running the server.</div><div><br></div><div>Here is how I launch locally all the processes on a .bat file :</div><div>    start mpiexec.exe -np 1 pvserver.exe --server-port=11111</div><div>    start mpiexec.exe -np 1 pvserver.exe --server-port=11112</div><div>    start pvbatch.exe script_box.py DESKTOP-HAFBULV 11111</div><div>    start pvbatch.exe script_box.py DESKTOP-HAFBULV 11112</div><div><br></div><div>With "script_box.py" doing the connection and some stuff :</div><div>    from paraview.simple import *</div><div>    import sys</div><div>    </div><div>    server_name = sys.argv[1]</div><div>    server_port = int(sys.argv[2])</div><div>    </div><div>    connection = servermanager.Connect(server_<wbr>name, server_port)</div><div>    </div><div>    servermanager.LoadPlugin('...'<wbr>)</div><div>    </div><div>    # create a new 'Box'</div><div>    # create a new 'Triangulate'</div><div>    # create a new 'Clean'</div><div>    ...</div><div><br></div><div>Whenever a client gets connected, the script is executed but the server exits immediately after that,</div><div>the problem is that all the others clients lose connections and the server disconnect.</div><div><br></div><div>I don't call servermanager.Disconnect() and I tried to run pvserver with --multi-clients but it has no effect,</div><div><br></div><div>Is there is any specific way to manage multiple connections with a pvserver ?</div><div><br></div><div>Any help would be appreciated !</div></div>
<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>Paraview-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview-<wbr>developers</a><br>
<br></blockquote></div><br></div>