[Zope-Checkins] SVN: Zope/branches/ajung-fast-listen-branch/
updated 'fast_listen' docs, skeleton
Andreas Jung
andreas at andreas-jung.com
Tue Aug 29 08:38:50 EDT 2006
Log message for revision 69834:
updated 'fast_listen' docs, skeleton
Changed:
U Zope/branches/ajung-fast-listen-branch/doc/CHANGES.txt
U Zope/branches/ajung-fast-listen-branch/skel/etc/zope.conf.in
-=-
Modified: Zope/branches/ajung-fast-listen-branch/doc/CHANGES.txt
===================================================================
--- Zope/branches/ajung-fast-listen-branch/doc/CHANGES.txt 2006-08-29 12:04:49 UTC (rev 69833)
+++ Zope/branches/ajung-fast-listen-branch/doc/CHANGES.txt 2006-08-29 12:38:49 UTC (rev 69834)
@@ -27,6 +27,11 @@
Features added
+ - added 'fast_listen' directive to http-server and webdav-source-server
+ sections in etc/zope.conf in order to defer the opening of the sockets
+ until the late startup phase. This in in particular useful when running
+ Zope behind a loadbalancer.
+
Bugs Fixed
- Collector #2155: Fix wrong parameter being passed to
Modified: Zope/branches/ajung-fast-listen-branch/skel/etc/zope.conf.in
===================================================================
--- Zope/branches/ajung-fast-listen-branch/skel/etc/zope.conf.in 2006-08-29 12:04:49 UTC (rev 69833)
+++ Zope/branches/ajung-fast-listen-branch/skel/etc/zope.conf.in 2006-08-29 12:38:49 UTC (rev 69834)
@@ -903,9 +903,16 @@
<http-server>
# valid keys are "address" and "force-connection-close"
address 8080
+
# force-connection-close on
+ #
# You can also use the WSGI interface between ZServer and ZPublisher:
# use-wsgi on
+ #
+ # To defer the opening of the HTTP socket until the end of the
+ # startup phase:
+ # fast_listen false
+ #
</http-server>
# Examples:
More information about the Zope-Checkins
mailing list