summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ImR/Advanced/drivers/defaults
blob: 212a54c6bfb7c735e1f380a731c57e021c0bfff1 (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
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
71
72
73
74
75
76
- General

- How should pauses be performed
pause_type=s
- Which file to parse next
file=

- IMR

- Is the ImR even turned on
imr_on=1
- Shutdown the ImR using the tao_imr tool
imr_shutdown=0
- Time between pings, in milliseconds
imr_ping_interval=10
- Timeout for server activation, in seconds
imr_startup_timeout=5
- The IMR's debug level [0-2]
imr_debug_level=1
- How the IMR saves its information (registry, binary, XML)
imr_persistence=
- Clear the persistence on load
imr_persistence_clear=1
- The enpoint for the IMR service
imr_endpoint=iiop://:33333

- Activator

- Activator mode (empty), normal, manual, auto_start, per_client
activate_mode=
- Server retry count for the activator
activate_retry=0
- How to register the servers, update or add
registration_type=update
- Number of test environment varaiables
env_varnum=0
- Test working directory
env_dir=

- Server

- Server's reference style
server_ref_style=
- Use IORTable
server_ior_table=0
- Pause before POA and servant creation, in milliseconds
server_start_pause=0
- Pause before object activation, in milliseconds
server_obj_act_pause=0
- Pause before POA MGR activate, in milliseconds
server_activate_pause=0
- Pause before orb run, in milliseconds
server_run_pause=0
- Inactivity shutdown time during run, in seconds
server_hit_time_min=15
- Number of POAS to create
server_poas=2
- Number of servant activations (IORS)per POA to create
server_poa_objs=2

- Client

- Pause before thread creation, in milliseconds
client_start_pause=100
- Number of threads to create
client_threads=2
- Number of work iterations per thread
client_iterations=2
- Number of requests per IOR
client_requests=2
- Make the number of requests random per IOR
client_rand_req=0
- Expect holding exceptions
client_holding=0
- Expent no-profile exceptions
client_noprofile=0