Re: [Zope] ZEO recommended for single-cpu?

2005-06-14 Thread Tim Peters
[gabor] > i understand that you need to use ZEO when running ZOPE on a multi-cpu > machine (or when you want to cluster ZOPE). > > but from mails on this forum it seems that people are also using ZEO > when they're running ZOPE on a single-cpu machine. > > why? More here: http://zope.org/Wik

RE: [Zope] ZEO recommended for single-cpu?

2005-06-14 Thread Pascal Peregrina
h Sent: 14 June 2005 10:46 To: gabor Cc: zope@zope.org Subject: Re: [Zope] ZEO recommended for single-cpu? Typically it's because: - Zope starts faster in a ZEO setup. - You can use "zopectl debug" to get into a debugger session without shutting down Zope first if you use ZEO.

Re: [Zope] ZEO recommended for single-cpu?

2005-06-14 Thread Chris McDonough
Typically it's because: - Zope starts faster in a ZEO setup. - You can use "zopectl debug" to get into a debugger session without shutting down Zope first if you use ZEO. - C On Tue, 2005-06-14 at 11:03 +0200, gabor wrote: > hi, > > i understand that you need to use ZEO when running ZOPE on