~ubuntu-branches/ubuntu/precise/nordugrid-arc/precise

« back to all changes in this revision

Viewing changes to src/services/ldap-infosys/giis/arc-infoindex-relay.8.in

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2011-10-24 02:19:37 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20111024021937-8whiie90uq2oqsok
Tags: 1.1.0-2
* Backport fixes for endian independent md5 checksum
* Filter out -Wl,-Bsymbolic-functions from default Ubuntu LDFLAGS

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
\fBarc-infoindex-relay\fR acts as a bridge between the slapd server
29
29
and the arc-infoindex-server in the NorduGrid ARC Information
30
 
system. For each index served by the arc-index-server a shell backend
31
 
database should be configured in the slapd configuration.
 
30
system. For each index served by the arc-infoindex-server a shell
 
31
backend database should be configured in the slapd configuration.
32
32
 
33
33
Here is a sample configuration:
34
34
 
42
42
.fi
43
43
 
44
44
When a query for the configured database is recieved by the slapd
45
 
server, the server will call out to the arc-index-relay. The
46
 
arc-info-relay will then open a unique return FIFO for this query and
47
 
then forward the query and the name of the return FIFO to the
48
 
arc-index-server through the configured server FIFO. When the
49
 
arc-index-server has processed the query it will return the result to
50
 
the arc-index-relay using the return FIFO. The arc-index-relay then
51
 
closes the return FIFO and forwards the response to the slapd server.
 
45
server, the server will call out to the arc-infoindex-relay. The
 
46
arc-infoindex-relay will then open a unique return FIFO for this query
 
47
and then forward the query and the name of the return FIFO to the
 
48
arc-infoindex-server through the configured server FIFO. When the
 
49
arc-infoindex-server has processed the query it will return the result
 
50
to the arc-infoindex-relay using the return FIFO. The
 
51
arc-infoindex-relay then closes the return FIFO and forwards the
 
52
response to the slapd server.
52
53
 
53
54
.SH COPYRIGHT
54
55