Vlad Dumitrescu (EAW) writes: > I need to be able to throttle down a process, if the node is very > busy with more important things. I've never actually used it, but take a look at erlang:process_flag(priority, low) Matthias