X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6ae04e68aa7838418bdf7cafdba4a1f5700db814..f8e7b4cec7149a685b0a4a58ba56088613124377:/docs/source/Configuring_SimGrid.rst diff --git a/docs/source/Configuring_SimGrid.rst b/docs/source/Configuring_SimGrid.rst index 9a68fcd47a..51dc9f8ef2 100644 --- a/docs/source/Configuring_SimGrid.rst +++ b/docs/source/Configuring_SimGrid.rst @@ -897,10 +897,10 @@ should be the most effcient one (please report bugs if the auto-detection fails for you). They are approximately sorted here from the slowest to the most efficient: - - **thread:** very slow factory using full featured threads (pthreads). + - **thread:** very slow factory using full featured, standard threads. They are slow but very standard. Some debuggers or profilers only work with this factory. - **java:** Java applications are virtualized onto java threads (that - are regular pthreads registered to the JVM) + are regular system threads registered to the JVM) - **ucontext:** fast factory using System V contexts (Linux and FreeBSD only) - **boost:** This uses the `context implementation `_