Changeset 28 for branches/multithread/conf
- Timestamp:
- 10/02/07 12:49:26 (1 year ago)
- Location:
- branches/multithread/conf
- Files:
-
- 4 modified
-
chord.properties (modified) (3 diffs)
-
chord_dht.properties (modified) (2 diffs)
-
symphony.properties (modified) (1 diff)
-
trivial.properties (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/multithread/conf/chord.properties
r21 r28 40 40 41 41 # The default Network class 42 FACTORIES_NETWORK = planet.generic.commonapi. NetworkImpl42 FACTORIES_NETWORK = planet.generic.commonapi.MultiThreadedNetworkImpl 43 43 44 44 # The default NodeHandle class … … 53 53 54 54 # The default initial network size 55 FACTORIES_NETWORKSIZE = 100055 FACTORIES_NETWORKSIZE = 3000 56 56 57 57 … … 105 105 106 106 #Number of processors 107 SIMULATOR_PROCESSORS = 1107 SIMULATOR_PROCESSORS = 2 108 108 ################################################################################ 109 109 # SERIALIZATION PART # -
branches/multithread/conf/chord_dht.properties
r2 r28 40 40 41 41 # The default Network class 42 FACTORIES_NETWORK = planet.generic.commonapi. NetworkImpl42 FACTORIES_NETWORK = planet.generic.commonapi.MultiThreadedNetworkImpl 43 43 44 44 # The default NodeHandle class … … 104 104 SIMULATOR_EVENT_FILE = ./data/test_join1000r.txt 105 105 106 106 #Number of processors 107 SIMULATOR_PROCESSORS = 2 107 108 ################################################################################ 108 109 # SERIALIZATION PART # -
branches/multithread/conf/symphony.properties
r21 r28 40 40 41 41 # The default Network class 42 FACTORIES_NETWORK = planet.generic.commonapi. NetworkImpl42 FACTORIES_NETWORK = planet.generic.commonapi.MultiThreadedNetworkImpl 43 43 44 44 # The default NodeHandle class -
branches/multithread/conf/trivial.properties
r21 r28 40 40 41 41 # The default Network class 42 FACTORIES_NETWORK = planet.generic.commonapi. NetworkImpl42 FACTORIES_NETWORK = planet.generic.commonapi.MultiThreadedNetworkImpl 43 43 44 44 # The default NodeHandle class … … 53 53 54 54 # The default initial network size 55 FACTORIES_NETWORKSIZE = 100 56 57 55 FACTORIES_NETWORKSIZE = 3000 56 57 #Number of processors 58 SIMULATOR_PROCESSORS = 2 58 59 ########## OPTIONAL ATTRIBUTES: Test dependant 59 60 … … 173 174 174 175 # Identifies when to show specific debug info for behaviours 175 BEHAVIOURS_PROPERTIES_DEBUG = true176 BEHAVIOURS_PROPERTIES_DEBUG = false 176 177 177 178 # NOTE: The following keys start by 'BEHAVIOURS_PROPERTIES_INSTANCE', ended
