Ask Your Question
3

Leaving a program running

asked 2011-10-14 13:02:54 +0200

G-Sage gravatar image

I am running Sage through a Sage server, but using Firefox on my computer to access it. So, if I have a notebook open in my web browswer and I'm running some long computation, if I never click "Save and Quit" or "Discard and Quit", does it just keep going automatically? Even if I close my web browser and shut down my computer? And, if I start my computer, open my browser, and connect, will I see all the results? Just want to be sure I understand how this works!

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2011-10-14 14:01:12 +0200

kcrisman gravatar image

Well, it does depend on the Sage server in question! In theory, the worksheet would keep running.

However, most of the time there are limits placed on such things by the actual administrators of the notebook. See, for instance, the Sage Server instructions on the wiki, where ulimit has several options used. The one of most interest to you would be -t 36000 which means after 10 hours, the server will kick you off, with that model.

I assume the various *.sagenb.org servers have similar settings. :-) But if you created one of your own, you could do whatever you wanted. Good luck!

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2011-10-14 13:02:54 +0200

Seen: 327 times

Last updated: Oct 14 '11