Arc Forumnew | comments | leaders | submitlogin
Connect to running instance?
5 points by lboard 5619 days ago | 3 comments
I'm using arc with mzscheme, emacs, quack.el. I'm planning to run a site based on arc in slicehost. Can anyone tell how to start with...

How to run mzscheme, if i ssh and logout, mzscheme will also exit. right? If i overcome this and scheme is running always, how can i connect to running scheme and make changes to code from emacs.



5 points by eds 5619 days ago | link

GNU screen. http://www.gnu.org/software/screen/

As for editing code and having it get reloaded into a running Arc automatically when you change the file, you might want to look at http://arclanguage.org/item?id=2739 .

-----

2 points by conanite 5617 days ago | link

start-stop-daemon will start a process that will stay running after you quit your shell

-----

1 point by lboard 5617 days ago | link

Thanks

-----