Hello Rpy Users,

Last few days i've been looking into a interaction between python and
.The company i work for currently uses rserve to connect to R. Based
on the features of rpy we decided we implement a new interface that
library.

The question i have is how does rpy handle multithreads.

What i've seen till now is that a r object is created when importing
the rpy library. how does this react to multithreads.

Is that r object connected to one R session ?
Is there a way to create a new r object ?
what happens to the r object if i just make a new object of the class
that calls the rpy library. Would that create a new R session ?

If someone knows the answers to these questions it would help me a
lot, and save me some time writing tests to find this out.

thanks in advance for your help.

Richard

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to