Skip to content

Commit

Permalink
Put warning about fork in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
bwlewis committed Nov 18, 2015
1 parent 38f97da commit 8b79720
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -23,6 +23,11 @@ Set the following parameter in your redis.conf file before using doRedis:
timeout 0
```

**Do not** use `doRedis` together with `doMC` or any fork-based R
functions like `mclapply`. If you require a local inner parallel code
section, use `parLapply` and `makePSOCKcluster` or the related `doParallel`
functions instead of fork-based methods.

## DESCRIPTION

Steve Weston's foreach package is a remarkable parametric evaluation device for
Expand Down

0 comments on commit 8b79720

Please sign in to comment.