Zope Application Server
Zope is a flexible web technology based on open standards that allows the separation of the content and the design from the business logic back-end. Zope makes it easy to develop a website further down the road while keeping maintenance costs to a minimum.
Created, developed and maintained by the commercial entity Zope Corporation, Zope is an object-oriented open source application server that is scalable and transactional. Zope is built in Python, which is similar to PHP except we find it to be a more robust and extensible platform, and Python is easier to maintain thanks to its highly readable code.
Zope is capable of being run as a multi-tiered clustered application, hence providing the necessary scalability to handle an increasing number of requests. Caching HTTP accelerators can be clustered in front of Zope to deliver content that doesn’t change often. Load balancing tools can be put in front of multiple web servers to also increase the number of requests that can be handled.
Zope is used by:
• AARP
• CBS
• NATO
• Clear Channel
• And many more...
For more information, please visit http://www.zope.org/Resources/ZopePowered/
and http://www.zope.org
