Hi,

 

I am embedding R into a C++ application. Is it possible to call R functions
from different threads? If yes, should I call Rf_initEmbeddedR once or for
each thread separately? I know that R is not thread safe and making sure
that no simultaneous calls from different threads happen. Now I am working
under Windows though I want it to be workable under Linux too.

 

Regards,

David Haykazyan

OneMarketData LLC.


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to