On Thu, May 6, 2010 at 2:37 PM, Martijn Faassen <faassen@startifact.com> wrote:
Tres Seaver wrote:
ZODB is only included in the ZTK as a dependency, because some packages import it: nothing else in the ZTK configures server instances.
Nothing in zopeapp uses it either?
Not that I know off.
If nothing depends on it, it's less important to track it carefully. Of course if app servers start using it they should be tracking it, and if common infrastructure emerges that builds on it, it might make sense to push it into something more common.
I don't particular care if it is in there. Zope2 has a script which is dependent on it and the buildout recipes for setting up ZEO servers tend to depend on it. So I assumed this is a case of something many of the ZTK consumers use. Hanno