On 22 June 2010 13:13, Michael Schnell <[email protected]> wrote: > > Thus older Linux Kernels did not have special threading support. > Threading could be done using "clone()" (instead of "fork()" ) to create > processes that share some resources (e.g. memory). The kernel did not
Threading is still done with clone. Henry _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
