OS/2 has no fork
. Yes, the EMX C++ compiler for OS/2 has
a kludgy implementation of fork
, but it is inefficient.
In any case, fork
must die! Fork
allows a C++ object
to come into existence without calling its' constructor.
This is bug provoking and it is heresy.