mod_corba 0.1 review

Download
by rbytes.net on

mod_corba is an exposes Apache module API via CORBA

License: MPL (Mozilla Public License)
File size: 16K
Developer: Michael Robinson
0 stars award from rbytes.net

mod_corba is an exposes Apache module API via CORBA. With this, any object in any language on any system can be used as a plugin module for an Apache web server, without recompiling or restarting the server. Since the entire internal operation of the Apache web server is based on the module API, the possibilities are almost limitless.

Mod_Corba uses C language bindings of the fast, lightweight ORBit ORB. This minimizes the overhead for using CORBA objects to extend the Web server.

The Mod_Corba distribution includes source code for a demonstration request handler as an example of an Apache CORBA extension.

Here are some key features of "mod corba":
Per-directory, per-URI, and per-server configuration
Arbitrary number of handler objects
Apache config files can set arbitrary environment variables for each handler
Handler objects can process all 10 phases of Apache request handling, including authentication, authorization, and logging.

Requirements:
Apache 1.3
ORBit 0.4.0

mod_corba 0.1 keywords