Hi!

Somewhere I have red (in a blog) comparing java and python. If I remember well the main reason to write that was the Boa (?) constructor written by java programmers...

So: It states that Python packages should be as flat as possible (use less names in the namespace (?)), since the name space is resolved during running time not at compilation time in case of Python (or something like that; I am not a programmer). So if you have a deeply structured package (or more packages) you may suffer in performance at runtime. (Boa is very slow; although it is use also a lot of 'reflection'.)

What are you comments?
Do you have some experience with performance problem using eggs (or very 'deep' packages?

--------------
My point of view: it would be great to have ZODB, ZOE, ZCatalog in different eggs :-)

Tamas

Chris McDonough wrote:
See the egg intro doc at http://peak.telecommunity.com/DevCenter/ PythonEggs .


--
Tamas Hegedus, PhD          | phone: (1) 919-966 0329
UNC - Biochem & Biophys     | fax:   (1) 919-966 5178
5007A Thurston-Bowles Bldg  | mailto:[EMAIL PROTECTED]
Chapel Hill, NC, 27599-7248 | http://biohegedus.org
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to