File: timblserver.1

package info (click to toggle)
timblserver 1.19-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: cpp: 1,708; makefile: 38; sh: 12
file content (70 lines) | stat: -rw-r--r-- 1,282 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.TH timblserver 1 "2014 december 2"

.SH NAME
timblserver \- Tilburg Memory Based Learner Server
.SH SYNOPSIS
timblserver [TiMBL options] [Server options]

timblserver \-\-config=configfile [\-\-pidfile=pfile] [\-\-logfile=lfile] [\-\-daemonize=val]

.SH DESCRIPTION
timblserver extends
.B timbl
with a server layer. It provides the possibility to access one timbl instance
from multiple sessions. It also allows running and accessing different timbl
instances in parallel.

.SH OPTIONS
The
.B server
options are
.TP

.BR \-\-config =file
.RS
read server settings from file
.RE

.BR \-\-pidfile =file
.RS
store the pid of the main server process in 'file'. A full path must me given for 'file' otherwise the file will end up in '/'.
.RE

.BR \-\-logfile =file

.RS
log server actions to 'file'. A full path must me given for 'file' otherwise the file will end up in '/'.
.RE

.BR \-\-daemonize =[yes|no]
.RS
run the server as a daemon. Default is yes.
.RE

.B \-S
<port>
.RS
run the server on 'port' (deprecated)
.RE

.B \-C
<num>
.RS
set maximum number of parallel connections to 'num' (deprecated)
.RE

all
.B timbl
options are documented in
.BR timbl (1)

.SH BUGS
possibly

.SH AUTHORS
Ko van der Sloot Timbl@uvt.nl

Antal van den Bosch Timbl@uvt.nl

.SH SEE ALSO
.BR timbl (1)