summaryrefslogtreecommitdiff
path: root/apps/JAWS/server/README
blob: 89913e7f4d8ec3406a002f55d25b562ecd2abc47 (plain)
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
README for the JAWS server
--------------------------


This is the README file for the JAWS server. 


Compiling
---------

JAWS is an ACE application, and it can be compiled using the Makefile,
or jaws.mdp file, as any other ACE application.



Running
-------


To run JAWS, simply execute "main". It supports the following
command-line arguments.



        -p port         Start JAWS on the specified port
        -n num_threads  Use num_threads as the maximum number of threads
        -s strategy     Use one of following strategies:          
                        0 -> single threaded concurrent synchronous
                        1 -> thread per request
                        2 -> thread pool