<div dir="ltr">The client should let the server knows that its services are not needed anymore.<div>We do that using the following callback:</div><div><br></div><div><body onbeforeunload="stop()" onunload="stop()"><br>
</div><div><br></div><div>Where stop() is just:</div><div><br></div><div><div>var stop = function() {</div><div>     connection.session.call('application.exit'); // For ParaView 4.2</div><div>}</div></div><div><br>
</div><div>Just be aware the string in the call() method would be different on ParaView 4.1. I think, it should be "vtk:exit". But if you look at the sample applications of your code base, you should see what is the correct string to use.</div>
<div><br></div><div>Seb </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Sep 2, 2014 at 12:06 PM, Albrecht Kyrieleis <span dir="ltr"><<a href="mailto:akyrieleis@gmail.com" target="_blank">akyrieleis@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">Hi,<div>I have been successfully running a custom application based on ParavieWeb 4.1. Everything works fine using the Chrome browser, v.35.0</div>
<div><br></div><div>When I start a new browser instance displaying my application then a new process pvpython is started as expected. Closing the browser again does not end the process. However, after a while the process terminates automatically. Is this the way closed visualisation sessions are automatically cleaned up or should one rather enforce termination of the pvpython process as soon as the session is ended ?</div>

<div><br></div><div>Thank you</div><div><br></div><div>kyr</div><div><br></div></div>
<br>_______________________________________________<br>
Paraview-developers mailing list<br>
<a href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
<br></blockquote></div><br></div>