server portions done except a few things
authoradash <adash>
Sat, 31 Mar 2007 12:13:29 +0000 (12:13 +0000)
committeradash <adash>
Sat, 31 Mar 2007 12:13:29 +0000 (12:13 +0000)
commit221182228ec238b23d8ff64afdc1984a9c9b2754
treed6d9b227f2a02e71979c3ad3cf7292839d12d617
parent22189b456122c7213b12ae9e4555a256f1316f4c
server portions done except a few things
added more testcases for debugging
fixed several bugs
TODO : Handle events at server side when it sees TRANS_COMMIT and send ACK to Coordinator
Handle special cases such as leader election
Robust/src/Runtime/DSTM/interface/dstm.h
Robust/src/Runtime/DSTM/interface/dstmserver.c
Robust/src/Runtime/DSTM/interface/mlookup.c
Robust/src/Runtime/DSTM/interface/plookup.c
Robust/src/Runtime/DSTM/interface/testclient.c
Robust/src/Runtime/DSTM/interface/testserver.c
Robust/src/Runtime/DSTM/interface/trans.c