Simultaneously with Niphlod's reply also came this from webfaction customer support:
You can use the nohup command at the start of this command to make it immunte to hangups, like when you are exiting your ssh session. http://linux.die.net/man/1/nohup Or you can use disown to disassociate the process with the current shell. http://www2.research.att.com/~gsf/man/man1/disown.html Another, more powerful tool would be to start the process within a screen session. http://linux.die.net/man/1/screen and http://www.rackaid.com/resources/linux-screen-tutorial-and-how-to/ -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

