Mylene101(1) | October 2014 | Mylene101(1)
|
Index
NAME
Mylene101 - record and make available music play statistics.
SYNOPSIS
Mylene101 [OPTIONS] PATH|PORT DATABASE
DESCRIPTION
Mylene101 records and makes available song play histories. It records
song descriptions together with their play times.
Mylene101 establishes a TCP server on the local PATH or INET
PORT. Client applications may be used to store or query the recorded
data.
Mylene101 stores the play statistics on DATABASE database. If it
does not exists when the server starts, it is created.
OPTIONS
- -I
-
Establish an INET server on PORT.
- -U
-
Establish an UNIX server on PATH (default).
- -q, --quiet
-
Suppress error messages.
- --client-allocation CARDINAL
-
Set the limit for the memory a client may reserve to CARDINAL. The limit
refers strictly the memory used for client data and connection information
storage, and does not include the memory management overhead. Default is
4194304 (4 mega bytes).
- --no-reuse-address
-
Reuse no address when binding the local INET controlling server (default). It
is quite likely that the binding (establishing) of the INET controlling server
will fail for some evil entity imagines that the address is already in use,
even when it is obviously not.
- --reuse-address
-
Reuse local address when binding the local INET controlling server. If used
all over the place this may reduce the failure rate of binding (establishing)
an INET controlling server.
- --server-mode MODE
-
Set file permissions for established local TCP controlling server to integral
MODE. MODE should include at least owner read/write permissions
(00600). Default is 00600.
- --help
-
Print a usage message and exit with a status code indicating success.
- --version
-
Print version information on standard output then exit.
AUTHORS
Ciprian Niculescu
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- AUTHORS
-
This document was created by man2html
using the manual pages.
Time: 15:19:56 GMT, June 25, 2016