On Apr 15, 8:52 pm, Arne Vajhøj <a... at vajhoej.dk> wrote: > > The VMS way: > - CLI is in P1 > - programs run in P0 > - one process = one CLI > > The Unix way: > - shell is just a program > - programs run in P0 > - every program is a new process > You mean thread, not true process > We can not get both. > > Arne