You are here: Home Zope products ZopeHandler for Apache2/mod_python

ZopeHandler for Apache2/mod_python (2005-02-22)

1
by Ihor Berehulyak last modified 2009-01-08
0.0
0.0
0.0
0.0
Released on 2005-02-21 by Pascal Peregrina for Zope 2 under Unavailable License available for All platforms.
Software development stage: development
This is a mod_python handler that is able to launch a Zope instance inside each mod_python process and talk to an external ZODB held in a Zeo instance.
It defines ModPythonHTTPRequest/Response, that make mod_python request objects compatible with ZPublisher. In other words, in a Zope/Zeo installation, it could be used as a replacement for "real" Zope instances. A "real" Zope instance, by default, has 4 connections to Zeo, so it can serve up to 4 simultaneous requests. An "Apache/mod_python/ZopeHandler" Zope instance, will have a configurable number of mod_python processes (this number being the amout of simultaneous requests that can be handled), and each mod_python process will behave as a standalone Zope instance that would only have 1 connection to Zeo.
Document Actions
Powered by Plone