|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/usr/share/gtk-doc/html/bonobo-activation/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Bonobo Activation Architecture</title> <meta name="generator" content="DocBook XSL Stylesheets V1.69.1"> <link rel="start" href="index.html" title="Bonobo Activation API Reference Manual"> <link rel="up" href="index.html" title="Bonobo Activation API Reference Manual"> <link rel="prev" href="configuring.html" title="Configuring Bonobo Activation"> <link rel="next" href="server-arch.html" title="Server architecture"> <meta name="generator" content="GTK-Doc V1.7 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> <link rel="chapter" href="tutorial.html" title="Bonobo Activation tutorial"> <link rel="chapter" href="configuring.html" title="Configuring Bonobo Activation"> <link rel="chapter" href="architecture.html" title="Bonobo Activation Architecture"> <link rel="chapter" href="query-langage.html" title="Bonobo Activation Query Langage"> <link rel="chapter" href="server-xml-reference.html" title=".server file format reference"> <link rel="chapter" href="migrating.html" title="Migrating from gnorba to Bonobo-activation"> <link rel="chapter" href="api-reference.html" title="API Reference"> <link rel="article" href="lgpl.html" title="GNU Lesser General Public License"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"> <td><a accesskey="p" href="configuring.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td> </td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">Bonobo Activation API Reference Manual</th> <td><a accesskey="n" href="server-arch.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr></table> <div class="chapter" lang="en"> <div class="titlepage"><div><div><h2 class="title"> <a name="architecture"></a>Bonobo Activation Architecture</h2></div></div></div> <div class="toc"><dl> <dt><span class="sect1"><a href="architecture.html#oaf-daemon">The Bonobo Activation daemon</a></span></dt> <dt><span class="sect1"><a href="server-arch.html">Server architecture</a></span></dt> <dt><span class="sect1"><a href="async-activation.html">Async Activation</a></span></dt> </dl></div> <div class="sect1" lang="en"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="oaf-daemon"></a>The Bonobo Activation daemon</h2></div></div></div> <p> Bonobo Activation is nothing but a daemon implementing a set of CORBA interfaces. These CORBA interfaces implement a Name service for the set of CORBA servers installed on your system. Basically, Bonobo Activation knows about all the CORBA servers of your system, running or not. The Bonobo Activation daemon will activate those servers if you ask for them. </p> <p> The Bonobo Activation daemon features a powerful query langage which allows you to ask for certain services rather than for certain applications. </p> <p> C programmers who wish to access these services do not need to make raw CORBA calls: they can use a set of convenience functions implemented in the libbonobo-activation library. This library acts as a wrapper on top of the CORBA server. The API documentation for the libbonobo-activation library is available there. (XXX: add pointer to the API ref). </p> </div> </div> </body> </html>