I'm not sure I understand what you mean by "killing a remote reference." A RR 
is a reference to an object (i.e., a variable) in another process, so there 
isn't anything to kill. You can delete the entire process with rmprocs.

If you mean you want to interrupt execution of another process, the only 
approach I know of is to have some variable that gets checked periodically for 
whether the computation should continue. You can use a remote reference so one 
process can check the value of the variable in a different process.

--Tim

On Wednesday, February 26, 2014 05:59:13 AM KS wrote:
> Hi,
> 
> I need to start and stop the same process. For example when I start a
> process and I get a RemoteRef(2,1,16) how can i kill it or stop it ?
> 
> Thank you in advance.
> 
> KS

Reply via email to