File: sqlr-start.8

package info (click to toggle)
sqlrelay 1%3A0.35-10
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 11,944 kB
  • ctags: 6,102
  • sloc: cpp: 41,419; python: 11,007; ansic: 10,279; java: 9,833; perl: 9,500; php: 9,229; ruby: 9,182; sh: 8,700; makefile: 3,474; tcl: 5
file content (33 lines) | stat: -rw-r--r-- 888 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.TH sqlr-start 1 "11 17, 2001" "startup SQLRelay" "SQL Relay"

.SH NAME
sqlr-start \- startup SQLRelay

.SH SYNOPSIS
.B sqlr-start
[-id \fIid\fR]
[-config \fIconfigfile\fR]

.SH DESCRIPTION
.B sqlr-start
program is provided to simplify the startup process.

The sqlr-start program starts up one instance of sqlr-listener, one
instance of sqlr-scaler and the number of sqlr-connection daemons
specified in the config file for the given id.

The sqlr-start program also checks to see if a sqlr-cachemanager is
running. If one is then it leaves it running. If not then it starts
one.

If for some reason you don't want to use sqlr-start, you can start the
daemons individually.

.SH SEE ALSO
See
.B sqlr-cachemanager(1)
for an important note about it.

.SH AUTHOR
This manual page was written by Andreas Tille <tille@debian.org>,
for the Debian GNU/Linux system (but may be used by others).