Re: athena eats my cpu

Werner Thie <[email protected]> Tue, 04 Sep 2007 18:08:45 +0200
Newsgroups gmane.comp.python.quotient.dev
Message-ID <[email protected]>
Jean-Paul

Never tell anybody:
self.parent.toremember = self.parent.toremember[:1]

Just doing a shortening of the toremember list in one of my upcalls to 
the client brings things back to a point where I feel I can rely on it.

BTW: A hard delattr(ctx.tag, 'toremember') triggers a host of tracebacks

I will try to provide a minimal example, which exposes the problem.

So, for today I am closing shops, I like nevow, I specially like athena 
and its concepts. I had an incredible flat learning curve but in the end 
its worth it, talking from more than 30 year in the business.

Thanks for your kind help and your time!

Werner


Jean-Paul Calderone wrote:
> On Tue, 04 Sep 2007 16:25:32 +0200, Werner Thie 
> <[email protected]> wrote:
>> Hello Jean-Paul
>>
...snip