[Zope-dev] current best of breed ZEO for Zope 2.6.2 in production?

2003-10-02 Thread Leonardo Rochael Almeida
Hi, I'm with a client in the process of setting up a production environment with ZEO. Which of the ZEOs should I use? * Old (t)rusty ZEO 1.0? * ZEO 2.0? * any one of the ZEO releases at http://www.zope.org/Products/ZEO ? * a ZEO ripped off of a ZODB release? Which one? (maybe even this

Re: [Zope-dev] current best of breed ZEO for Zope 2.6.2 in production?

2003-10-02 Thread Jeremy Hylton
On Thu, 2003-10-02 at 11:02, Leonardo Rochael Almeida wrote: > I'm with a client in the process of setting up a production environment with > ZEO. > > Which of the ZEOs should I use? > > * Old (t)rusty ZEO 1.0? No. Lots of known bugs, no support available. > * ZEO 2.0? > * any one of the

RE: [Zope-dev] current best of breed ZEO for Zope 2.6.2 in production?

2003-10-02 Thread Tim Peters
>> * ZEO 2.0? >> * any one of the ZEO releases at http://www.zope.org/Products/ZEO ? > All of the releases on this page, including 2.0, are obsolete. It > says so at the top of the page. I thought that was easy to miss, so I changed the heading from Zope Enterprise Objects to Zope Ent

Re: [Zope-dev] current best of breed ZEO for Zope 2.6.2 in production?

2003-10-02 Thread Paul Winkler
On Thu, Oct 02, 2003 at 12:02:32PM -0300, Leonardo Rochael Almeida wrote: > Hi, > > I'm with a client in the process of setting up a production environment > with ZEO. > > Which of the ZEOs should I use? > > * Old (t)rusty ZEO 1.0? nope > * ZEO 2.0? nope > * any one of the ZEO releases

[Zope-dev] Running the unit tests on 2.6.2?

2003-10-02 Thread Paul Winkler
Zope-2.6.2-src doesn't come with a script to run all the unit tests. Looking at cvs.zope.org, I found test.py, but it's only for 2.7 - it imports logging.config which doesn't exist in 2.6.2. What do I do to run all the unit tests for zope 2.6.2? -- Paul Winkler http://www.slinkp.com Look! Up in

Re: [Zope-dev] Running the unit tests on 2.6.2?

2003-10-02 Thread Paul Winkler
Never mind, I found the answer: 1) get testrunner.py from http://www.zope.org/Members/shh/TestRunner/testrunner.py/view 2) The help claims that -p ignore the line in the help that claims -p ("add lib/python to the Python search path") is on by default. For me, -p does not work at all! The tests

[Zope-dev] Re: current best of breed ZEO for Zope 2.6.2 in production?

2003-10-02 Thread Leonardo Rochael Almeida
Tim Peters writes: * ZEO 2.0? * any one of the ZEO releases at http://www.zope.org/Products/ZEO ? All of the releases on this page, including 2.0, are obsolete. It says so at the top of the page. I thought that was easy to miss, so I changed the heading from Zope Enterprise Objects to

Re: [Zope-dev] Re: current best of breed ZEO for Zope 2.6.2 in production?

2003-10-02 Thread Paul Winkler
On Thu, Oct 02, 2003 at 02:34:58PM -0300, Leonardo Rochael Almeida wrote: > Since we'll be using python-2.1.3, ZODB 3.2 isn't an option. Does ZODB > 3.1.4 (the last ZODB release according to the ZODB3.1 page) fix the "one > client changes an object but the others don't see the change" bug reporte

Re: [Zope-dev] Re: current best of breed ZEO for Zope 2.6.2 in production?

2003-10-02 Thread Jeremy Hylton
On Thu, 2003-10-02 at 13:34, Leonardo Rochael Almeida wrote: > > I thought that was easy to miss, so I changed the heading from > > > > Zope Enterprise Objects > > > > to > > > > Zope Enterprise Objects (OBSOLETE) > > And I still missed it! Amazing! it must've been the pre-lunch hung

RE: [Zope-dev] Re: current best of breed ZEO for Zope 2.6.2 inproduction?

2003-10-02 Thread Tim Peters
[Jeremy] > ... > On the other hand, Jim asked me today how someone would navigate from > the zope.org home page to the current ZODB release. I don't have any > idea. Anyone else know? I just use Google. There are several ways, probably the easiest starting from the Developers/Zope Projects

Re: [Zope-dev] Re: current best of breed ZEO for Zope 2.6.2 in production?

2003-10-02 Thread Magnus Heino
On Thursday 02 October 2003 19.50, Jeremy Hylton wrote: > On Thu, 2003-10-02 at 13:34, Leonardo Rochael Almeida wrote: > > > I thought that was easy to miss, so I changed the heading from > > > > > > Zope Enterprise Objects > > > > > > to > > > > > > Zope Enterprise Objects (OBSOLETE) > > >