Hi Folks,<br><br>I am creating a multi-threaded C++ application that 
initializes RInside in one of the child thread. <br><br>I would also 
like to access support interfaces like Rcpp::Environment in the 
remaining child threads, so that I could access any &quot;R&quot; function 
associated with the<br>
environment initialized.<br><br>When I run my program, I always get &quot;C 
Stack limit too huge&quot; errors.<br><br>I looked at the &quot;Writing R 
Extensions&quot; manual, and it pointed to initializing the R_CStackLimit 
variable to &quot;-1&quot;, and<br>
that this initialization need to be made after the RInside constructor 
is called. I did that, but it still does not work.<br><br>Can you please
 let me know how do we accomplish this task?<br><br>Thanks very much,<br>Jai