> I have idea about bytecode cache in Zope, it is possible to implement? > > What I mean: python scripts (in ZODB), DTML documents/methods, > ZPT will be bytecode compiled in similar way like ordinary .py scripts > into .pyc and then run much faster than "noncompiled" ZODB objects. I > think that it should have significant speed improvement. > > ... or I am totally out?
Python scripts already cache a bytecode representation (or at least they did last time I looked - its been awhile). Not sure what you mean by a byte-code representation of DTML or ZPT... Brian Lloyd [EMAIL PROTECTED] V.P. Engineering 540.361.1716 Zope Corporation http://www.zope.com _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
