[Zope-Checkins] CVS: Zope/doc - TODO.txt:1.1.2.17

Chris McDonough chrism@zope.com
Thu, 13 Mar 2003 10:15:40 -0500


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv30938

Modified Files:
      Tag: new-install-branch
	TODO.txt 
Log Message:
More community-supplied input.


=== Zope/doc/TODO.txt 1.1.2.16 => 1.1.2.17 ===
--- Zope/doc/TODO.txt:1.1.2.16	Tue Mar 11 11:27:32 2003
+++ Zope/doc/TODO.txt	Thu Mar 13 10:15:35 2003
@@ -245,3 +245,18 @@
    name bound to the root application object) and zopectl run
    (execfiles a module with the app name bound to the root application
    object).
+
+ - Explain how to set up and use a ZEO server using mkzeoinst
+   included in 2.7's ZEO.
+
+ - Give ZConfig replacement access to the environment or shell
+   somehow.  For instance, some folks use the same 'start' script in
+   all of their instances right now (under 2.6).  The script does
+   things based on the value of an envvar that can be used to
+   distinguish the config values of the instance from other instances.
+   We could allow for the same sort of behavior E.g.:
+
+   %define HOSTNAME `hostname`  (assuming `hostname` resolves to a hostname)
+
+   lockfile-name /var/lock/$HOSTNAME-lockfile
+