File: sqlr-listener.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 (40 lines) | stat: -rw-r--r-- 1,136 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
39
40
.\"Created with GNOME Manpages Editor Wizard
.\"http://gmanedit.sourceforge.net
.\"Sergio Rua <srua@gpul.org>
.\"
.TH sqlr-listener 8 "11 17, 2001" "connect to a TCP port and wait for queries"

.SH NAME
sqlr-listener \- connect to a TCP port and wait for queries

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

.SH DESCRIPTION
The job of the 
.B sqlr-listener
is to connect to a TCP port and wait for queries. When it gets one,
it waits for an available connection daemon, hands off the query to
it, waits for the result set, and hands the result set back to the
client.

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

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

Only one listener 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).