A port of Lukas Renggli's STM implementation to Pharo 1.3 See http://source.lukas-renggli.ch/transactional.html for the original code
| Creator: | Stefan Marr |
| Admin: | Stefan Marr |
MCHttpRepository
location: 'http://ss3.gemstone.com/ss/LRSTM'
user: ''
password: ''
Gofer new
repository: 'http://ss3.gemstone.com/ss/LRSTM';
package: 'ConfigurationOfLRSTM';
package: 'LRSTM';
package: 'LRSTM-Benchmarks';
package: 'LRSTM-Benchmarks.IsolateOpt';
package: 'LRSTM-Core';
package: 'LRSTM-Tests';
package: 'LRSTMBenchmarks';
package: 'LRSTMPrerequisites';
load
(Installer url: 'http://ss3.gemstone.com/ss/')
project: 'LRSTM';
install: 'ConfigurationOfLRSTM';
install: 'LRSTM';
install: 'LRSTM-Benchmarks';
install: 'LRSTM-Benchmarks.IsolateOpt';
install: 'LRSTM-Core';
install: 'LRSTM-Tests';
install: 'LRSTMBenchmarks';
install: 'LRSTMPrerequisites'
| Global: | Read |