[Zope-Checkins] CVS: Zope/doc - ENVIRONMENT.txt:1.17.4.1
Chris McDonough
chrism@zope.com
Tue, 5 Nov 2002 16:00:19 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv1110
Modified Files:
Tag: Zope-2_6-branch
ENVIRONMENT.txt
Log Message:
Truth table for FORCE_PRODUCT_LOAD.
=== Zope/doc/ENVIRONMENT.txt 1.17 => 1.17.4.1 ===
--- Zope/doc/ENVIRONMENT.txt:1.17 Tue Aug 20 15:37:51 2002
+++ Zope/doc/ENVIRONMENT.txt Tue Nov 5 16:00:18 2002
@@ -41,12 +41,24 @@
This environment variable can be used to force or suppress
Zope's normal automatic (implicit) product installation. If
- this variable is set, then products are implicitly installed
- is and only if the environment variable has a non-empty value.
+ this variable is set, then persistent objects representing Zope
+ products are implicitly installed if and only if the environment
+ variable has a non-empty value.
If this environment variable is not set, then products are
implicitly installed unless the ZEO_CLIENT environment
variable is set to a non-empty value.
+
+ Here's a table explaining how FORCE_PRODUCT_LOAD and ZEO_CLIENT
+ will effect the behavior of product loading:
+
+ FORCE_PRODUCT_LOAD ZEO_CLIENT RESULT
+ unset unset Products are loaded
+ empty string unset Products are not loaded
+ nonempty string unset Products are loaded
+ unset set Products are not loaded
+ nonempty string set Products are loaded
+ empty string set Products are not loaded
Profiling