Re: [Zope-dev] Turning off product installation in zope.conf on all zeo clients?

2005-04-18 Thread Jens Vagelpohl
On Apr 18, 2005, at 16:25, Chris Withers wrote:
Jens Vagelpohl wrote:
What happens if you turn this off in all zeo clients?
New products don't get installed..?
Okay, but what does "installed" mean?
Would it actually stop new instances of object classes provided by the 
product being instantiated, or would it just prevent help pages and 
other conflict-error-on-startup-y things from happening?
From what I understand it prevents the "installation"/writing of a 
product into the ZODB (the products management part of the 
Control_Panel) and thus prevents conflict errors. If the product is 
already installed (e.g. by a client who is allowed to do so) then you 
can instantiate instances of your new product. The setting does not 
prevent that.

jens
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Turning off product installation in zope.conf on all zeo clients?

2005-04-18 Thread Chris Withers
Jens Vagelpohl wrote:
What happens if you turn this off in all zeo clients?
New products don't get installed..?
Okay, but what does "installed" mean?
Would it actually stop new instances of object classes provided by the 
product being instantiated, or would it just prevent help pages and 
other conflict-error-on-startup-y things from happening?

cheers,
Chris
--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )