Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
70aaf7ef
Commit
70aaf7ef
authored
Nov 26, 2001
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some more information on transient object limits.
parent
6df6b958
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
lib/python/Products/Transience/help/Transience-add.stx
lib/python/Products/Transience/help/Transience-add.stx
+3
-1
lib/python/Products/Transience/help/Transience-change.stx
lib/python/Products/Transience/help/Transience-change.stx
+9
-2
No files found.
lib/python/Products/Transience/help/Transience-add.stx
View file @
70aaf7ef
...
...
@@ -33,7 +33,9 @@ TransientObjectContainer - Add
- **Maximum number of subobjects **
The maximum number of subobjects that this container may
simultaneously hold.
simultaneously hold. Since transient objects normally hold
session data, this number is this is the effective limit for
the number of simultaneous sessions.
If the value is "0", the number of objects addable to the container
will be not be artificially limited.
...
...
lib/python/Products/Transience/help/Transience-change.stx
View file @
70aaf7ef
...
...
@@ -11,7 +11,7 @@ TransientObjectContainer - Manage
A Transient Object Container is used by Session Data Mangers to store
session data.
To create a Transient Object Container, specify the following:
Editing Form
- **Id**
...
...
@@ -37,7 +37,9 @@ TransientObjectContainer - Manage
- **Maximum number of subobjects **
The maximum number of subobjects that this container may
simultaneously hold.
simultaneously hold. Since transient objects normally hold
session data, this number is this is the effective limit for
the number of simultaneous sessions.
If the value is "0", the number of objects addable to the container
will be not be artificially limited.
...
...
@@ -90,6 +92,11 @@ TransientObjectContainer - Manage
from zLOG import LOG
LOG(100, 'test', 'id: %s' % item.getId())
Environment Variables
You can control some transient object settings with environment
variables. See 'doc/ENVIORNMENT.txt' for more informatin.
See Also
- "Transience API":TransienceInterfaces.py
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment