PREV UP NEXT C++ socket classes for OS/2

1.2.3: No fork

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.