We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb1352 commit b75c609Copy full SHA for b75c609
System/Posix/Process/Common.hsc
@@ -449,6 +449,10 @@ The exception masking state of the executed action is inherited
449
threads are not copied into the child process, it's easy to go wrong:
450
e.g. by accessing some shared resource that was held by another thread
451
in the parent.
452
+
453
+GHC note: 'forkProcess' is not currently very well supported when using multiple
454
+processors (@+RTS -N@), although it is supported with @-threaded@ as
455
+long as only one processor is being used.
456
-}
457
458
#if !defined(HAVE_GETPID)
0 commit comments