the problem here it's that I need to run one process inside an Instance of a virtual desktop on MACOSX snow leopard. But for example when I make a test on SPACES which is the default desktop manager wich comes with MACOSX I realize that processes are shared between the desktops, so eventually I could kill any process running inside the other desktops, lets say desktop number 01, from the root desktop. But I would like that my process only could be executed or launched into the virtual desktop that I choose, while the root desktop it's unable to see it or interact with it in any way. I know that in Microsoft windows this its perfectly reachable, so i think that in MACOSX it could be too.
any idea? its there some guidelines in order to get this ?