Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16286 - Zope Product (necessary for CMFPhotoAlbum)
Summary: Zope Product (necessary for CMFPhotoAlbum)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High enhancement
Assignee: Jason Shoemaker (RETIRED)
URL: http://hathaway.freezope.org/Software...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-24 12:13 UTC by Dominik
Modified: 2003-03-08 04:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for Zope Product BTreeFolder2 (btreefolder2-0.5.0.ebuild,450 bytes, text/plain)
2003-02-24 12:14 UTC, Dominik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik 2003-02-24 12:13:55 UTC
When you fill a Zope folder with too many items, both Zope and your browser get
overwhelmed. Zope has to load and store a large folder object, and the browser
has to render large HTML tables repeatedly. Zope can store a lot of objects, but
it has trouble storing a lot of objects in a single standard folder.


BTreeFolder2 solves this problem by storing subobjects in Zope BTrees, special
structures designed for an object database. BTrees can hold numerous items
without loading them all into memory at once.


This product descends from the BTreeFolder product. Since they are more
optimized, BTreeFolder2 instances can hold more objects than BTreeFolder
instances. But since there are products that depend on the internal structure of
BTreeFolder, the product has been renamed to make it possible to have both
installed at the same time. New software should depend on BTreeFolder2, not
BTreeFolder.


This product also includes CMFBTreeFolder, which will be made available if you
also have CMF installed.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Dominik 2003-02-24 12:14:44 UTC
Created attachment 8679 [details]
ebuild for Zope Product BTreeFolder2

initial release
Comment 2 Jason Shoemaker (RETIRED) gentoo-dev 2003-03-08 04:26:23 UTC
Now in Portage tree. Thanks for you help.