[Zope-Checkins] CVS: Zope/lib/python/Products/Transience/help - Transience-add.stx:1.6 Transience-change.stx:1.8
Amos Latteier
amos@zope.com
Mon, 26 Nov 2001 15:59:12 -0500
Update of /cvs-repository/Zope/lib/python/Products/Transience/help
In directory cvs.zope.org:/tmp/cvs-serv19951
Modified Files:
Transience-add.stx Transience-change.stx
Log Message:
Added some more information on transient object limits.
=== Zope/lib/python/Products/Transience/help/Transience-add.stx 1.5 => 1.6 ===
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.
=== Zope/lib/python/Products/Transience/help/Transience-change.stx 1.7 => 1.8 ===
session data.
- To create a Transient Object Container, specify the following:
+ Editing Form
- **Id**
@@ -37,7 +37,9 @@
- **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.
@@ -89,6 +91,11 @@
def deleteScript(item, container):
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