> this is trivial. On Plan9 I'm not sure how to go about this. Having separate > processes interacting with the main one seems somewhat wrong to me (slower, > more overhead etc).
that's single-core think. today splitting things up into multiple processes is a good way to reduce latency or increase speed. - erik
