6.1 equivalent to the 6.2 "on -f ..." ???

I am spawning a process over a qnet network and then doing a name_open, name_attach to communicate. In 6.2 I can use an “on -d -f nodename progname” and this works fine. When I try the same thing with 6.1 “on -d -n nodename progname”, the process starts but the name is not registered with the name_attach call so I can’t communicate. Any ideas?

Thanks

6.1 does not fully support spawn over network, so sorry, there is no equivalent to “on -f”.
The only why I could think of (on 6.1), is writting your own agent on each node and ask it spawn() one for you.