Hi, I´m new about Zope, I would like to know if does anybody can help me in develop a product zope, my idea are: make an engine search (like google), or make a translator for example translate a word to english-spanish or spanish-english, or make a personal agenda in zope, all should be products, so I would like to know if this is possible to develop in Zope this kind of ideas? or Can somebody help me in develop x product. Thanks. Regards. Diana Quoting zope-request@zope.org:
Send Zope mailing list submissions to zope@zope.org
To subscribe or unsubscribe via the World Wide Web, visit http://mail.zope.org/mailman/listinfo/zope or, via email, send a message with subject or body 'help' to zope-request@zope.org
You can reach the person managing the list at zope-owner@zope.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Zope digest..."
Today's Topics:
1. Re: Testing products: Testing all in one batch (Lennart Regebro) 2. Re: ZOPE and DEBIAN INSTALLTION (Andreas Pakulat) 3. Zope Scalability (Tom Wilde) 4. Re: Zope Scalability (Andreas Jung) 5. Re: Re: ZWiki RecentChanges as RSS feed (Peter Bengtsson) 6. MailingLogger 2.4.1 and 2.5.0 Released! (Chris Withers) 7. Re: Re: ZWiki RecentChanges as RSS feed (Simon Michael) 8. Re: Problem with hasattr() and Zope 2.8.1 (Doyon, Jean-Francois) 9. Re: Zope Scalability (Jens Vagelpohl) 10. Re: Re: Problem with hasattr() and Zope 2.8.1 (Paul Winkler) 11. Re: Re: Problem with hasattr() and Zope 2.8.1 (Paul Winkler) 12. RE: Zope Scalability (Matthew X. Economou) 13. Re: Zope Scalability (Jens Vagelpohl) 14. Re: Zope Scalability (Tim Peters) 15. Re: Zope Scalability (Andreas Jung) 16. Re: Zope Scalability (Jens Vagelpohl) 17. RE: Re: Problem with hasattr() and Zope 2.8.1 (Doyon, Jean-Francois) 18. Re: Zope Scalability (Tim Peters) 19. Re: need help python-zope (Jonathan Cyr) 20. Re: Re: DTML-tree Custom sort (J Cameron Cooper) 21. New mailinglist for Zope 3 translators (Philipp von Weitershausen) 22. Re: Mysql 5? Just curious. (Chris Withers) 23. Re: INSTALLING gcc (and ZOPE) on DEBIAN (benmania@web.de) 24. Re: Re: INSTALLING gcc (and ZOPE) on DEBIAN (Jens Vagelpohl) 25. Re: ZOPE and DEBIAN INSTALLTION (Jonathan) 26. Re: Zope Scalability (Lennart Regebro) 27. Re: Mysql 5? Just curious. (Tino Wildenhain) 28. Re: Testing products: Testing all in one batch (Chris Withers) 29. Re: Re: Presentations Available (Chris Withers) 30. How to prevent web access to specific folder ? (Vladimir Petrovic)
----------------------------------------------------------------------
Message: 1 Date: Wed, 5 Oct 2005 17:56:28 +0200 From: Lennart Regebro <regebro@gmail.com> Subject: Re: [Zope] Testing products: Testing all in one batch To: Jens Vagelpohl <jens@dataflake.org> Cc: Zope ML <zope@zope.org> Message-ID: <319e029f0510050856l762dc6em1984c5f79c862f0a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1
On 10/5/05, Jens Vagelpohl <jens@dataflake.org> wrote:
This is correct, but you're just papering over a deeper problem, namely bad cleanup in some unit tests.
Sure, but that's how reality looks. It's unfortunate, but there ya go. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/
------------------------------
Message: 2 Date: Wed, 5 Oct 2005 18:04:43 +0200 From: Andreas Pakulat <apaku@gmx.de> Subject: Re: [Zope] ZOPE and DEBIAN INSTALLTION To: zope@zope.org Message-ID: <20051005160443.GA28254@morpheus.apaku.dnsalias.org> Content-Type: text/plain; charset=us-ascii
On 05.10.05 17:09:45, benmania@web.de wrote:
Hello,
I tried to install ZOPE from sources via "configure - make - make instance" but unfortunately I always get the following error message when typing in the "make" command.
command 'gcc' failed with exit status 1 -basherror:: command not found
Could you please post the whole output that "make" produces? I just tested this on my box with zope-2.7.7 and it works. Do you have python-dev installed?
Andreas
-- So you're back... about time...
------------------------------
Message: 3 Date: Wed, 05 Oct 2005 17:37:08 +0100 From: Tom Wilde <tom.wilde@odconsultancy.com> Subject: [Zope] Zope Scalability To: zope@zope.org Cc: support@odconsultancy.com Message-ID: <1128530228.4932.59.camel@odmulti.odconsultancy.com> Content-Type: text/plain; charset="us-ascii"
Hi folks,
I've been using Zope for a while now and found it to be an excellent solution however I've got a few enterprise questions about the scalability of Zope that just need to be answered.
[ nb: I'm using V2.72 at the moment, not having moved over to V3 ]
ZODB size What is the maximum size of this file and/or maximum object ID? => just how many objects can the zodb hold? millions? tens of millions..?? billions...??? I have a feeling we'll run out of ram long before actually hitting the limit but it'd be nice to know the theoretical top limit.
ExtFile Managed to serve 500,000 files through extfile - anybody come across an upper limit here? Planning to serve larger sites off a SAN hopefully - has anyone tried this?
Zeo and Cataloging If I have my site on one server and ZCatalog (using TextIndexNG) on another server (connected by ZEO) where does the actual index operation occur? Do just the results get propogated to the catalog?
LDAP Authentication I understand that can use the LDAPUserFolder Product to provide authentication against an ldap server. Could I throw,say, 50000+ users at zope using this system?
Load Balancing and Cookie Based Sessions Currently we use cookie based sessions via cookie crumbler presumably in a load balanced server setup we'd have to host acl_users ona ZEO'd izope instance somewhere on the backend?
thanks in advance, any advice welcome - in a brave new world here.
Tom