I have a client and a seperate server (activeX exe set to unattended execution).

I want to be able to terminate the server while it's running.

I invoke a Jam method that runs an infinite loop, and I want to be able to press a stop button that terminates the server. So far, when I call the server I can't access the client anymore!

What do I do?