Changeset 6701:3fc8124b300a
- Timestamp:
- 10/05/07 18:05:20 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/server/notebook/notebook_object.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sage/server/notebook/notebook_object.py
r6515 r6701 48 48 automatically timeout, i.e., the corresponding 49 49 Sage session terminates. 0 means 'never timeout'. 50 server_pool -- list; The server_pool option specifies that worksheet processes run 51 as a separate user (chosen from the list in the server_pool -- see below). 50 52 51 53 \begin{verbatim} … … 92 94 the accounts option above. 93 95 96 Be sure to make that the sage_notebook/nb.sobj and contents 97 of sage_notebook/backups is chmod og-rwx, i.e., only readable 98 by the notebook process, since otherwise any user can read 99 nb.sobj, which contains user email addresses and account 100 information (password are stored hashed, so less worries there). 101 94 102 95 103 INPUT: (more advanced) 96 104 97 NOTE: The values of these two properties default to what they were98 last time the notebook command was called.105 NOTE: The values of these two properties default to what they were 106 last time the notebook command was called. 99 107 100 108 server_pool -- (default: None), if given, should be a list like
Note: See TracChangeset
for help on using the changeset viewer.
