Hi Juergen

Regards
Roger Ineichen
_____________________________
END OF MESSAGE
 

> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] Im 
> Auftrag von Jürgen Kartnaller
> Gesendet: Sonntag, 17. Juni 2007 06:43
> An: zope3-dev@zope.org
> Betreff: [Zope3-dev] Re: AW: publisher performance
> 
> 
> 
> Roger Ineichen wrote:
> > Hi Jürgen
> > 
> >> Betreff: [Zope3-dev] publisher performance
> > [...]
> > 
> >> With this new version I also measured the time with zope 
> as a trunk 
> >> checkout (no eggs involved).
> >> The publisher is now twice as fast as it was before !
> >>
> >>
> >> I'm writing this just to show everyone what can happen if 
> not enough 
> >> care is taken in really critical parts inside the zope core.
> >> newInteraction is called exactly once for each request but 
> was taking 
> >> 50% of the time (without eggs) for the publisher.
> > 
> > What do you mean with and without eggs? Do you mean the flat dotted 
> > page name structure used in eggs? Does the egg package structure 
> > perform different in some way? Or do you mean something else?
> 
> With "without eggs" I mean I used a trunk checkout for zope.
> 
> With eggs I mean I use the eggified packages from zope.

Yes, I understand this, but I'm curios about you commit message:

checkin 76706 says:
Removed stack extraction in newInteraction. When using eggs this is an
extremly expensive function. The publisher is now more than 10 times faster
when using eggs and about twice as fast with a zope trunk checkout.

Why makes this improvment eggs distribution 10 time faster and
the trunk only 2 times?

Do I get this right? Do we pay the flat dotted package structure,
which eggs bring with, pay with slower excecution time?

Regards
Roger Ineichen

> _______________________________________________
> Zope3-dev mailing list
> Zope3-dev@zope.org
> Unsub: 
> http://mail.zope.org/mailman/options/zope3-dev/dev%40projekt01.ch
> 
> 

_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to