robbiew | 380d4f8 | 2001-09-25 18:35:22 +0000 | [diff] [blame] | 1 | clisrv |
2 | |||||
3 | Read contents of data file. Write each line to socket, then | ||||
4 | read line back from socket and write to standard output. | ||||
5 | |||||
6 | pth_str01 | ||||
7 | |||||
8 | Creates a tree of threads | ||||
9 | |||||
10 | pth_str02 | ||||
11 | |||||
12 | Creates n threads | ||||
13 | |||||
14 | pth_str03 | ||||
15 | |||||
16 | Creates a tree of threads does calculations, and | ||||
17 | returns result to parent |