李琥
2015-Dec-07 14:33 UTC
[Rd] Is there a way to call R functions in multithread environment?
I'm developing program in c++ and R on windows environment. The program is mainly writen using c++ and call R interface to do some statistic work. The program is multithreaded. However, R can only be initiated once in a process. Is there a way to call R functions in multithread environment such as start a server to respond the call in local machine? Thanks.