Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/exchange/8-Island/server.params @ 10138

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

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

File size: 2.5 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 = 8
18
19exch.island.0.id = SurvivorIsland
20exch.island.0.num-mig = 3
21exch.island.0.mig.0 = GilligansIsland
22exch.island.0.mig.1 = TemptationIsland
23exch.island.0.mig.2 = RhodeIsland
24exch.island.0.size = 4
25exch.island.0.mod = 4
26exch.island.0.start = 1
27exch.island.0.mailbox-capacity = 20
28
29exch.island.1.id = GilligansIsland
30exch.island.1.num-mig = 3
31exch.island.1.mig.0 = SurvivorIsland
32exch.island.1.mig.1 = EllisIsland
33exch.island.1.mig.2 = FantasyIsland
34exch.island.1.size = 4
35exch.island.1.mod = 4
36exch.island.1.start = 2
37exch.island.1.mailbox-capacity = 20
38
39exch.island.2.id = FantasyIsland
40exch.island.2.num-mig = 3
41exch.island.2.mig.0 = GilligansIsland
42exch.island.2.mig.1 = ConeyIsland
43exch.island.2.mig.2 = TemptationIsland
44exch.island.2.size = 4
45exch.island.2.mod = 4
46exch.island.2.start = 3
47exch.island.2.mailbox-capacity = 20
48
49exch.island.3.id = TemptationIsland
50exch.island.3.num-mig = 3
51exch.island.3.mig.0 = TreasureIsland
52exch.island.3.mig.1 = SurvivorIsland
53exch.island.3.mig.2 = FantasyIsland
54exch.island.3.size = 4
55exch.island.3.mod = 4
56exch.island.3.start = 2
57exch.island.3.mailbox-capacity = 20
58
59exch.island.4.id = RhodeIsland
60exch.island.4.num-mig = 3
61exch.island.4.mig.0 = TreasureIsland
62exch.island.4.mig.1 = SurvivorIsland
63exch.island.4.mig.2 = EllisIsland
64exch.island.4.size = 4
65exch.island.4.mod = 4
66exch.island.4.start = 2
67exch.island.4.mailbox-capacity = 20
68
69exch.island.5.id = EllisIsland
70exch.island.5.num-mig = 3
71exch.island.5.mig.0 = GilligansIsland
72exch.island.5.mig.1 = ConeyIsland
73exch.island.5.mig.2 = RhodeIsland
74exch.island.5.size = 4
75exch.island.5.mod = 4
76exch.island.5.start = 3
77exch.island.5.mailbox-capacity = 20
78
79exch.island.6.id = ConeyIsland
80exch.island.6.num-mig = 3
81exch.island.6.mig.0 = EllisIsland
82exch.island.6.mig.1 = TreasureIsland
83exch.island.6.mig.2 = FantasyIsland
84exch.island.6.size = 4
85exch.island.6.mod = 4
86exch.island.6.start = 1
87exch.island.6.mailbox-capacity = 20
88
89exch.island.7.id = TreasureIsland
90exch.island.7.num-mig = 3
91exch.island.7.mig.0 = ConeyIsland
92exch.island.7.mig.1 = TemptationIsland
93exch.island.7.mig.2 = RhodeIsland
94exch.island.7.size = 4
95exch.island.7.mod = 4
96exch.island.7.start = 3
97exch.island.7.mailbox-capacity = 20
98
99
Note: See TracBrowser for help on using the repository browser.