Luke Gorrie wrote: > > Side notes: > > Linux 2.6 does one thousand context-switches per second, spends > absolutely bugger-all CPU to do it, and AFAIK the scheduler is O(1). > > Memory is cheap. Yeah, but spawning processes and sending messages between processes is *far* more expensive than in Erlang. /Uffe