CSE 541 project
===============

Untar the file: http://bart.ihpca.psu.edu/courses/cse541/project_code.tar.gz
using the command "gunzip -c project_code.tar.gz | tar -xvf -"

Enter the newly created directory "cse541_project_code/".

Compile the code on Solaris (specifically on any of the Sun machines
in Pond 101) by typing "./makeopt". This will create optimized binaries
for all the client and server programs in the bin/ directory.

Then, copy the files to local disk (say /tmp) of different machines
and run the following managers (in the stated order):

	1. LM: ./log_man
	2. TM: ./trans_man <LM-host>
	3. RM: ./res_man -l <LM-host> -t <TM-host> -e -b 1000

Then run the TPC clients (in the stated order):
	
	1. ./dbs_tpc_create <TM-host> <RM-host>
	2. ./dbs_tpc <TM-host> <RM-host>
	3. ./dbs_tpc_test <TM-host> <RM-host> | grep " = "

Code written by:
----------------
Diansheng Guo <dguo@psu.edu>	(LM, RM + most of the debugging)
Jun Zhao <jzhao@cse.psu.edu>	(RM, LM, ...)
Junfeng Lu <julu@cse.psu.edu>	(RM, ...)
Liang Xia <xia@cse.psu.edu>	(TM)
Anirudh Modi <modi@cse.psu.edu>	(Lock Manager + integration of the above)

-Anirudh Modi-
<anirudh@anirudh.net>
http://www.anirudh.net
-30th April, 2000 (Sun)
