Arc Forumnew | comments | leaders | submitlogin
How to run arc with racket in backgound process
1 point by djxhero 4448 days ago | 1 comment
I use ssh to login my host.I can't find a way to keep my website use Hacker news' code to keep running.It shutdowns when I log out ssh.Help


1 point by akkartik 4448 days ago | link

Are you on linux on the server? There's a program called GNU screen which lets you run interactive processes and reconnect to them later: https://www.gnu.org/software/screen

You can probably install it with apt-get or yum or something.

-----