-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.txt
More file actions
26 lines (20 loc) · 749 Bytes
/
README.txt
File metadata and controls
26 lines (20 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-------------------------------------------------------------------
|
| Course - Distributed Systems VT08
| Project - Concurrency Control in Transaction
|
| Release - v 1.0 - 2 Mars 2008
|
-------------------------------------------------------------------
1/ Files:
The files provided in the archive are: parse.erl, client.erl,
window.erl, server.erl, README.txt, Makefile, system.jpg
2/ Makefile:
- In order to compile run make
- In order to clen run make clean
In case you add other files don't forget to add them in the Makefile
3/ OS:
The following skeleton has been compiled and run under Mac OS X and
Linux. (Not tested under windows.)
-------------------------------------------------------------------
<Noomene.BenHenda@it.uu.se>