Re: [Zope3-Users] recovering from a lost db connection

2007-01-11 Thread Brian Sutherland
On Wed, Jan 10, 2007 at 08:13:27PM -0500, Roy Mathew wrote: What is the recommended way to recover from a db connection that is held by a Psycopgda adapter instance? If for some reason postgres goes down, I get the following error: File

[Zope3-Users] Re: selling zope to a CTO

2007-01-11 Thread Philipp von Weitershausen
Christophe Combelles wrote: Roy Mathew a écrit : Hi all, Does anyone know of a canned presentation or slides/papers that would help convince an openminded CTO/CIO that Zope (z3) makes business sense in a world dominated by huge J2EE and .NET projects. yes :) but I guess everybody knows it

Re: [Zope3-Users] Re: selling zope to a CTO

2007-01-11 Thread Patrick Gerken
On 1/11/07, Philipp von Weitershausen [EMAIL PROTECTED] wrote: Christophe Combelles wrote: Roy Mathew a écrit : Hi all, Does anyone know of a canned presentation or slides/papers that would help convince an openminded CTO/CIO that Zope (z3) makes business sense in a world dominated by

Re: [Zope3-Users] Re: selling zope to a CTO

2007-01-11 Thread Patrick Gerken
On 1/11/07, Michael Haubenwallner [EMAIL PROTECTED] wrote: Patrick Gerken wrote: Btw. to everybody, how do I add reference sites to zope.org, there is no content type for it. It is described in http://www.zope.org/Help (Member FAQ), The always undervalued ability of reading... Thank you

[Zope3-Users] Re: selling zope to a CTO

2007-01-11 Thread Roy Mathew
Philipp von Weitershausen wrote: |Christophe Combelles wrote: | Roy Mathew a écrit : | Hi all, | | Does anyone know of a canned presentation or slides/papers that would | help convince an openminded CTO/CIO that Zope (z3) makes business | sense in a world dominated by huge J2EE and .NET projects.

Re: [Zope3-Users] Re: Can I use IPython in debugzope stuff ?

2007-01-11 Thread mats.nordgren
Never knew about IPython and really like what I see. Thanks for the hint. I got the debugging to work for Zope3 with the following simple change to the tutorial. IPython.Shell.IPShell(user_ns=locals()).mainloop(sys_exit=1) to IPython.Shell.IPShell(user_ns={'root': root, 'app':

[Zope3-Users] Extent catalog question

2007-01-11 Thread ksmith93940-dev
In my experience (zope2), large full textindexes require more and more cpu time for every new object added to the point where it takes several minutes for each new article uploaded! To avoid this problem, I was hoping to break the index into smaller pieces by using extent catalogs to filter

Re: [Zope3-Users] Extent catalog question

2007-01-11 Thread Gary Poster
On Jan 11, 2007, at 1:42 PM, [EMAIL PROTECTED] ksmith93940- [EMAIL PROTECTED] wrote: In my experience (zope2), large full textindexes require more and more cpu time for every new object added to the point where it takes several minutes for each new article uploaded! To avoid this

Re: [Zope3-Users] Extent catalog question

2007-01-11 Thread ksmith93940-dev
Nice call. Registering as ICatalog (instead of IExtentCatalog) works perfectly. Thanks! Kevin Smith Gary Poster [EMAIL PROTECTED] wrote: On Jan 11, 2007, at 1:42 PM, [EMAIL PROTECTED] wrote: In my experience (zope2), large full textindexes require more and more cpu time for every new

[Zope3-Users] zc.buildout with Zope 2

2007-01-11 Thread Martin Aspeli
Hi guys, This may not be the right place for this question, but I'm wondering if anyone has experience or examples using zc.buildout with Zope 2. It seems a useful solution and one that will increase in importance, though so far I've not yet fully grasped what it does or how I use it in my

Re: [Zope3-Users] recovering from a lost db connection

2007-01-11 Thread Roy Mathew
Brian Sutherland writes: On Wed, Jan 10, 2007 at 08:13:27PM -0500, Roy Mathew wrote: What is the recommended way to recover from a db connection that is held by a Psycopgda adapter instance? If for some reason postgres goes down, I get the following error: File