On Fri, 27 Jul 2007, Matej Kosik wrote: MK> Concerning recursive processes, when I want to terminate (stop) some MK> process, is it safe simply not to perform the recursive call? Do I MK> have to perform the MK> MK> exit(normal) MK> MK> call? Is there any difference? What are sideffects of `exit'? There are no difference. /Håkan