Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Programming IT Technology

Zope 2.5.1 Released 8

An Anonymous Coward writes: "Zope 2.5.1 was released. The binaries come with Python 2.1.3. Zope nows comes out-of-the-box with PageTemplates, Sessions, VirtualHosting and the ZODB storage is based on the Standalone ZODB module maintained by Pythonlabs. Drop-in ZEO and you get a distributed object oriented database system."
This discussion has been archived. No new comments can be posted.

Zope 2.5.1 Released

Comments Filter:
  • Zope for workflow? (Score:3, Interesting)

    by t482 ( 193197 ) on Monday May 06, 2002 @08:54AM (#3468954) Homepage
    I have been looking at systems to manage workflow for a customer. Proprietary solutions we've looked at include Lotus Domino(on Linux)/ Exchange 200x / and Lotus Workflow (runs on Linux).

    The advantage of Lotus Workflow is it very high level and thus allows you to concentrate on improving the business processes. Unfortunately it is very expensive (10K server and $60 per client)

    How does Zope compare? (I love python).

    Anthony
    http://xminc.com/anthony [xminc.com]
  • by cbr372 ( 193706 ) on Tuesday May 07, 2002 @02:42AM (#3475677)

    We are running Zope 2.5.0, and it is rock solid. The performance is excellent and the utility is amazing. It allows a totally modular setup, content management is a breeze, and this is useful when there's no central administrator for all aspects of the site (Graphics, logic and content can all be managed seperately, totally securely, all through a web-based interface or via WebDAV or FTP).

    The setup starts with an LVS server [linuxvirtualserver.org], connected to an OpenBSD firewall [openbsd.org], backended by three ZEO servers running on FreeBSD 4.4, one DB server (PostgreSQL 7.1.2) running on FreeBSD 4.4, and one central webserver running Apache 1.3.22 on Slackware 8.0, with OpenSSL 0.9.6 and Mod_ssl, with web proxying through the ZServer to the Apache box via virtual hosts. (Proxy Pass Reverse in Apache).

    This combination of Linux, FreeBSD, OpenBSD, Apache, Postgres, Zope, and various other open source software packages, has been rock solid and a box has only ever gone down for hardware upgrades (RAM, HDD, etc) and software updates (kernel updates, etc).

    Overall, I recommend Zope 100%, but be aware that a lot will depend on your total setup, particularly if you have high-demand sites that you want to implement.

Congratulations! You are the one-millionth user to log into our system. If there's anything special we can do for you, anything at all, don't hesitate to ask!

Working...