<<>> <> <> <> <> <<>> FastFork: CEDAR DEFINITIONS ~ BEGIN <<>> Fork: PROC [proc: PROC[REF], data: REF ¬ NIL, priority: CARD32 ¬ 2]; <> <<1) faster ! (in average) >> <<2) proc starts execution on specified priority.>> <> <> <> <> <> <> <<-This module does not prevent clients from forking too many processes.>> <<-No nested procedures. However, this module would crash more friendly.>> <<>> END.