File: sqlr-scaler.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 (38 lines) | stat: -rw-r--r-- 1,145 bytes parent folder | download | duplicates (3)
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
34
35
36
37
38
.\"Created with GNOME Manpages Editor Wizard
.\"http://gmanedit.sourceforge.net
.\"Sergio Rua <srua@gpul.org>
.\"
.TH sqlr-scaler 8 "11 17, 2001" "fire up new connections on demand"

.SH NAME
sqlr-scaler \- fire up new connections on demand

.SH SYNOPSIS
.B sqlr-scaler
[\fB\-id\fP \fIID\fP]
[\fB\-config\fP \fICONFIGFILE\fP]

.SH DESCRIPTION
You can start as many
.B sqlr-connection
daemons as you like. If you start fewer than the maximum number
defined for the \fIID\fP, the \fBsqlr-scaler\fP daemon will fire up new
connections on demand. The new connections will time out after a
period of inactivity and shut down on their own.

.SH OPTIONS
\fICONFIGFILE\fP is the filename of the configuration file to use. The
default configuration file is \fI/etc/sqlrelay.conf\fP.

\fIID\fP is the same as the \fIID\fP argument in the \fBsqlr-connection\fP
daemon and associates a scaler with a pool of connections.

Only one scaler needs to be established for a given \fIID\fP.

.SH SEE ALSO
sqlr-connection(8)

.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).