[Zope-Checkins] CVS: Zope/doc - ENVIRONMENT.txt:1.18
Chris McDonough
chrism@zope.com
Tue, 5 Nov 2002 15:59:34 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv651
Modified Files:
ENVIRONMENT.txt
Log Message:
Added truth table to FORCE_PRODUCT_LOAD description.
=== Zope/doc/ENVIRONMENT.txt 1.17 => 1.18 ===
--- Zope/doc/ENVIRONMENT.txt:1.17 Tue Aug 20 15:37:51 2002
+++ Zope/doc/ENVIRONMENT.txt Tue Nov 5 15:59:33 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