Skip to content
Prev 47194 / 63421 Next

problem using rJava with parallel::mclapply

On Nov 11, 2013, at 12:40 PM, Karl Forner <karl.forner at gmail.com> wrote:

            
It?s a limitation of the Java runtime - you cannot fork a JVM. This is true for most libraries that use long-lived threads or any kind if UI (see the warnings in mcfork).

Cheers,
Simon