First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 16286
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Jason Shoemaker (RETIRED) <kutsuya@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Dominik <dom@wahuu.at>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
btreefolder2-0.5.0.ebuild ebuild for Zope Product BTreeFolder2 text/plain Dominik 2003-02-24 12:14 0000 450 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 16286 depends on: Show dependency tree
Bug 16286 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-02-24 12:13 0000
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 From Dominik 2003-02-24 12:14:44 0000 -------
Created an attachment (id=8679) [details]
ebuild for Zope Product BTreeFolder2

initial release

------- Comment #2 From Jason Shoemaker (RETIRED) 2003-03-08 04:26:23 0000 -------
Now in Portage tree. Thanks for you help.

First Last Prev Next    No search results available      Search page      Enter new bug