Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/exchange/2-Island-Server/server.params @ 10207

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

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

File size: 779 bytes
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 = 2
18
19exch.island.0.id = Minoa
20exch.island.0.num-mig = 1
21exch.island.0.mig.0 = Crete
22exch.island.0.size = 4
23exch.island.0.mod = 6
24exch.island.0.start = 3
25exch.island.0.mailbox-capacity = 20
26
27exch.island.1.id = Crete
28exch.island.1.num-mig = 1
29exch.island.1.mig.0 = Minoa
30exch.island.1.size = 4
31exch.island.1.mod = 6
32exch.island.1.start = 5
33exch.island.1.mailbox-capacity = 20
34
Note: See TracBrowser for help on using the repository browser.