Ask Your Question
0

will sage contine to caclulate after closing my notebook?

asked 2013-03-24 18:01:42 +0200

xoviat gravatar image

I have a notebook open on a sage server, in which sage is computing a complex calculation. If I close the notebook tab in my browser, will sage cancel the calculation, and if not, will it still display the results when I reopen my notebook?

edit retag flag offensive close merge delete

Comments

Not sure if it helps, but you might be able to perform your calculation in the command line interface. Then you would need no browser at all. If you choose to use the command line interface you could be able to close the terminal by using [screen](http://en.wikipedia.org/wiki/GNU_Screen) to run `sage`. :)

fidbc gravatar imagefidbc ( 2013-03-24 19:29:30 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-03-24 21:12:35 +0200

ppurka gravatar image

Yes. It will keep on working in the background. But the servers also have timeout for the duration of time a worksheet will be kept open and running. This timeout is quite short. If you are running your own server, then set the timeout by using the timeout parameter. For example, for setting the timeout to be one hour (3600 secs), start the server like this:

$ sage -n timeout=3600
edit flag offensive delete link more

Comments

Thank you for the answer. I am sorry I took so long to respond.

xoviat gravatar imagexoviat ( 2013-03-29 21:57:53 +0200 )edit

Your Answer

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

Add Answer

Question Tools

Stats

Asked: 2013-03-24 18:01:42 +0200

Seen: 253 times

Last updated: Mar 24 '13