Skip to content
Prev 46985 / 63421 Next

Parallel R expression evaluations

On Oct 16, 2013, at 9:57 AM, JaiReddy wrote:

            
R is not thread-safe so you cannot execute any API calls in parallel. Also you can use the embedded init only once. If you break any of these rules, the behavior is undefined (and everything comes down crashing).

Cheers,
Simon