Hacker News new | ask | show | jobs
by radfordneal 4751 days ago
At present, pqR waits for all helper threads to be idle before doing a fork in the "parallel" package, and disables use of helper threads in the child processes (and temporarily in the parent, since it will wait for the child processes before doing anything more).
2 comments

Sounds great, thank you. I'm off to build this thing.
Would this work with StatET?