I spent some time today reading over the future of Zope stuff. I ran across a mention of a Big Folder Problem. Can someone tell me where the limit is? If I create a folder with, say, 1000 DTML documents in it, am I going to be OK (crazy, but I mean otherwise)?
Hi, Has somebody experienced running Zope successfully on Compaq-DEC-Alpha machines running TRUE64 Unix ? -- _/ _/ _/_/_/ _/_/ Michel.Vayssade@UTC.fr Service Informatique _/ _/ _/ _/ T:33/0-3.44.23.49.24 Universite de Technologie _/ _/ _/ _/ F:33/0-3.44.23.46.77 BP 20.529 60205 Compiegne _/_/ _/ _/_/ _ mv@utc.fr __/www.utc.fr/~vayssade____ France
No success here. We tried this once but were not able to get Python going. We had all kinds of segfaults, stacksize and threading issues, a.s.f. Even with help and patches from local Compaq support. In the end we ran out of time and simply gave up. If you manage to find or build a decent Python for True64, let me know. ;-) Running Alpha Redhat proofed to be a better choice, allthough we had (and still have) garbage collection issues that result in heavy memory consumption on the Alpha platform. For now we throw hardware (RAM) at that and are generally switching platform in favour of Intel. Stefan --On Donnerstag, 06. Juni 2002 09:59 +0200 Michel Vayssade <michel.vayssade@utc.fr> wrote:
Hi,
Has somebody experienced running Zope successfully on Compaq-DEC-Alpha machines running TRUE64 Unix ?
-- BLOWFISH, n. - Preference for beef.
investigate a BTree-based folder solution. here's the latest flavor:: http://cvs.zope.org/Products/BTreeFolder2/?cvsroot=Zope jens On Thursday, June 6, 2002, at 03:57 , Dan Shafer wrote:
I spent some time today reading over the future of Zope stuff. I ran across a mention of a Big Folder Problem.
Can someone tell me where the limit is? If I create a folder with, say, 1000 DTML documents in it, am I going to be OK (crazy, but I mean otherwise)?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
1000 will probably be OK. 5000 might not. You should probably use Shane's BTreeFolder if you have this many, just for the management niceties (the content page will render faster) if nothing else. Dan Shafer wrote:
I spent some time today reading over the future of Zope stuff. I ran across a mention of a Big Folder Problem.
Can someone tell me where the limit is? If I create a folder with, say, 1000 DTML documents in it, am I going to be OK (crazy, but I mean otherwise)?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Chris McDonough Zope Corporation http://www.zope.org http://www.zope.com "Killing hundreds of birds with thousands of stones"
participants (5)
-
Chris McDonough -
Dan Shafer -
Jens Vagelpohl -
Michel Vayssade -
Stefan H. Holek