9fans archive / 2000 / 11 / 1 / next From: "Russ Cox" <rsc@pla...> Subject: Re: [9fans] usage of CPU server Date: Wed, 1 Nov 2000 01:03:46 -0500 cpu -c "command" will do the same as rx <hosname> "command". There is no CPU command to let the job doing on the CPU server even after the user logged off from the terminal. Is it difficult to implement this function? As long as you set up the resources properly, rx host "command &" should work, no? (It's going to fail if, say, you don't redirect standard output and the process writes something after you log off.) Russ