root / examples / README.txt

1
pingpong: working and complete
2
3
auction: working but doesn't have the timeout, end of auction stuff
4
5
bank: incomplete
6
7
telephone: versions first through sixth are complete and working
8
           seventh is incomplete/not-working
9
10
im: single/fox: working
11
    single/wx: working but incomplete
12
    distributed: very incomplete
13
14
fib: a fib computation after Doug Lea's Fork/Join framework The goal
15
     of this is to show speedup on jruby, which has real
16
     concurrency. Right now, this is flakey. First, it doesn't bound
17
     concurrency (Doug's whole point) which gets out of control in the
18
     original version. The conservative version does weird things for
19
     me on linux. But so does the pure thread version (though the
20
     dramatis version is weirder than the thread version).