Christian S writes: > One case that struck my mind is when one spaws a process to do > something and return the > value with gen_server:reply/2. That requires gen_server:reply/2 to > need to be executed before the gen_server:handle_call/3 returns > noreply. That's a good point. That pretty much kills my doubts. Matthias