Ask Your Question
0

will sage contine to caclulate after closing my notebook?

asked 12 years ago

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?

Preview: (hide)

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 ( 12 years ago )

1 Answer

Sort by » oldest newest most voted
0

answered 12 years ago

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
Preview: (hide)
link

Comments

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

xoviat gravatar imagexoviat ( 12 years ago )

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: 12 years ago

Seen: 365 times

Last updated: Mar 24 '13