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
24482ef0
Commit
24482ef0
authored
Nov 05, 2002
by
Chris McDonough
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added truth table to FORCE_PRODUCT_LOAD description.
parent
d5b716dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
doc/ENVIRONMENT.txt
doc/ENVIRONMENT.txt
+14
-2
No files found.
doc/ENVIRONMENT.txt
View file @
24482ef0
...
...
@@ -41,13 +41,25 @@ Zope installation
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
PROFILE_PUBLISHER
...
...
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