b76d336d4e999408247489fdc5c202ac98d98967
[IRC.git] / Robust / Transactions / README.txt
1 To run the integrated system run dstm2 with  
2 java -jar "your_path"
3 with dstm2.benchmark.Main_for_Book_BenchMArk as the main class 
4 and "-b" "dstm2.benchmark.FinancialTransaction" as the argument to main function
5
6
7 For the TransactionalIO the main class is TransactionalIO.benchmarks.Main
8 and no argumets are required.
9
10
11 libkooni.so path should be passed as the filepath for nativefunctions in TransactionalIO.core.ExtendedTransaction and TransactionalIO.core.TransactionalFile.
12
13 Eventually there is gonna be java class for these files namely TransactionalIO.core.TransactionalFile.
14