Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/exchange/3-Island/server.params @ 8614

Last change on this file since 8614 was 6152, checked in by bfarka, 14 years ago

added ecj and custom statistics to communicate with the okb services #1441

File size: 1.1 KB
Line 
1# Copyright 2006 by Sean Luke and George Mason University
2# Licensed under the Academic Free License version 3.0
3# See the file "LICENSE" for more information
4
5parent.0 = client.params
6exch.i-am-server = true
7
8#exch.sync = true
9
10### These parameters are only used if the per-island
11### versions aren't specified.
12#exch.mod = 4
13#exch.start = 1
14#exch.size = 4
15#exch.mailbox-capacity = 20
16
17exch.num-islands = 3
18
19exch.island.0.id = WallopsIsland
20exch.island.0.num-mig = 2
21exch.island.0.mig.0 = AssateagueIsland
22exch.island.0.mig.1 = ChincoteagueIsland
23exch.island.0.size = 40
24exch.island.0.mod = 6
25exch.island.0.start = 1
26exch.island.0.mailbox-capacity = 200
27
28exch.island.1.id = AssateagueIsland
29exch.island.1.num-mig = 2
30exch.island.1.mig.0 = ChincoteagueIsland
31exch.island.1.mig.1 = WallopsIsland
32exch.island.1.size = 40
33exch.island.1.mod = 6
34exch.island.1.start = 3
35exch.island.1.mailbox-capacity = 200
36
37exch.island.2.id = ChincoteagueIsland
38exch.island.2.num-mig = 2
39exch.island.2.mig.0 = WallopsIsland
40exch.island.2.mig.1 = AssateagueIsland
41exch.island.2.size = 40
42exch.island.2.mod = 6
43exch.island.2.start = 5
44exch.island.2.mailbox-capacity = 200
45
Note: See TracBrowser for help on using the repository browser.