Skip to content
Prev 50853 / 63424 Next

Why not pthreads on Windows in 'parallel' package?

mclapply uses fork which is different from pthreads.  As I understand it,
pthreads requires you to rewrite code, fork is a system call which takes
care of completely replicating the current state of the process.

Kasper

On Fri, Aug 14, 2015 at 5:00 PM, Henrik Bengtsson <henrik.bengtsson at ucsf.edu