What remains to be done
For pmonitor (a lot of that builds on existing stuff, not too hard)
- Fine-tune Makefiles, etc to the state which we had with Pstuff once -- make it really easy to use.
- Get the manuals out (remember, the threads came to life the previous weekend only)
- get subsystems to actually use it
For threads-in-ROOT in general:
- get all the thread functionality right
- find all places that need locks, or make them thread-safe (often hard to do)
- find a way to let threads bring up X displays
- get some mis-behavior between single-CPU and SMP’s resolved