timblserver(1) General Commands Manual timblserver(1)NAME
timblserver - Tilburg Memory Based Learner Server
SYNOPSYS
timblserver [TiMBL options] [Server options]
timblserver --config=configfile [--pidfile=pfile] [--logfile=lfile] [--daemonize=val]
DESCRIPTION
timblserver extends simbl 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.
OPTIONS
The server options are
--config=file
read server settings from file
--pidfile=file
store the pid of the main server process in file
--logfile=file
log server actions to file
--daemonize=[yes|no]
run the server as a daemon. Default is yes.
-S <port>
run the server on 'port' (deprecated)
-C <num>
set maximum number of parallel connections to 'num' (deprecated)
all timbl options are documented in timbl(1)BUGS
possibly
AUTHORS
Ko van der Sloot Timbl@uvt.nl
Antal van den Bosch Timbl@uvt.nl
SEE ALSO timbl(1)
2011 march 21 timblserver(1)
Check Out this Related Man Page
timblclient(1) General Commands Manual timblclient(1)NAME
timblclient - a simple client to access the Tilburg Memory Based Learner Server
SYNOPSYS
timblclient -h host -p port [-i inputfile] [-i outputfile] [--batch] [-b basename]
DESCRIPTION
timblclient connects to a TimblServer on 'host':'port' and sends it the normal instructions. (see timblserver )
OPTIONS
The timblclient options are
-i inputfile
a series of timblserver commands.
When BATCH is specified, inputfile is supposed to be a 'normal' Timbl testfile. Every line is send to the timblserver as a 'clas-
sify' command. Default is stdin.
-o outputfile
Where to put the results. Default is stdout.
--batch
When --batch is specified, the input from 'inputfile' is not interpreted as timblserver commands, but as instances that will be send
'as is' prepended by a classify instruction.
-h host
connect to the server on 'host'
-p port
connect to 'port' on 'host'
-b basename
set the base in TimblServer to 'base'
BUGS
This is just a simple testprogram, and rather clumsy.
AUTHORS
Ko van der Sloot timbl@uvt.nl
SEE ALSO timbl(1)timblserver(1)
2011 march 28 timblclient(1)
Hello, guys !
I tried to compile PHP on one of my servers (LAMP). Everything worked fine only that I tried to set my march to pentium4 and it did not accepted it. It told me that it is a x86_64 architecture and pentium4 is not supported (I don't remember the exact error, but this was the ideea).... (2 Replies)
I'm going to undertake a hardware refresh soon and I was wondering if it is possible to run two machines (X and Y) with the same hostname (but different IP addresses) on the same network? Server X is the original server and has an entry in DNS. Server Y is the new server and won't have an entry... (1 Reply)
Hi,
I am working on a Tru64 Unix server.
I need to know what all applications are running on that server.
how should i do it...
Is getting the list of process through ps -ef, the right approach..
Please let me know.. (4 Replies)
I have a function for daemonize() and then I call this to my main(). Here below is my main...
int main(int argc, char **argv)
{
daemonize();
try{
............
if(fail()) throw Exception(...)
.........
}
catch (const Exception& e) {
cout<< (e.toString());
return -1
}
here if... (4 Replies)
Hi,
i have two oracle instances running on my server with 7.5G RAM but it is showing almost 99% memory is full as you can see bellow.
# svmon
size inuse free pin virtual
memory 1974272 1954270 20002 336595 1800652
pg space 4194304 ... (7 Replies)
i have a file, let's call it file.
march 2008 january 2008
march 1920 march 2002
i want to output the first line, not the second as you can see the second line has different numbers. (8 Replies)
Hi All,
I am running a parallel processing on aggregating a file. I am splitting the process into 7 separate parallel process and processing the same input file and the process will do the same for each 7 run. The issue I am having is for some reason the 1st parallel processes complete first... (7 Replies)