Skip to content
Prev 22484 / 63424 Next

multithreading calling from the rpy Python package

There are several sets of notes on threading off
http://developer.r-project.org page--somewhat old but still relevant.
The Python approach is discussed there.  That approach, which gives
concurrency but not parallelism, is in principle fleasible for R but
getting from here to there is non-trivial given that we have some
unique issues related to FORTRAN semantics as well as how many R
packages are written.  It may happen yet, but probably later rather
than sooner.

Best,

luke
On Fri, 20 Oct 2006, Ren? J.V. Bertin wrote: