[Zope3-dev] RFC: ZConfig and other formats for ZCML

Dieter Maurer dieter at handshake.de
Fri Jan 20 13:58:52 EST 2006


Paul Winkler wrote at 2006-1-20 10:26 -0500:
> ...
>Does this mean we could potentially change zconfig options at
>runtime?

What do you mean by that?

You can already now change "zconfig" options at runtime
(you can modify the object returned by "getConfiguration()").

But usually, it will have little effect, because most
configuration options are read just once -- during startup.
For them, later modification will have no effect.

-- 
Dieter


More information about the Zope3-dev mailing list