chiark / gitweb /
wip filepoll poll interval variable
[innduct.git] / doc / pod / ovdb_server.pod
1 =head1 NAME
2
3 ovdb_server - overview 'helper' server
4
5 =head1 SYNOPSYS
6
7 Use C<ovdb_init> to start ovdb_server
8
9 =head1 DESCRIPTION
10
11 If the C<readserver> parameter in F<ovdb.conf> is true,
12 C<ovdb_init> will start C<ovdb_server>.
13
14 C<ovdb_server> opens the overview database, and accesses it
15 on behalf of the nnrpd reader processes.
16
17 To shut down ovdb_server, send a TERM signal to the process ID
18 in F<I<pathrun>/ovdb_server.pid> .  The parent process will shut
19 down its children and wait for their exit before exiting itself.
20
21 =head1 HISTORY
22
23 Written by Heath Kehoe E<lt>hakehoe@avalon.netE<gt> for InterNetNews.
24
25 =head1 SEE ALSO
26
27 ovdb(5), ovdb_init(8)
28
29 =cut