Re: [Rpy] rpy in 2 threads

2008-06-27 Thread Gregory Warnes
On 6/27/08 8:53AM , "Laurent Gautier" <[EMAIL PROTECTED]> wrote: > There should definitely be a way to enforce one communication at a time. > > Having a thread master that conducts communications with an R process > would be helpful in helping someone build a multi-threaded application. > >

Re: [Rpy] rpy in 2 threads

2008-06-27 Thread Laurent Gautier
There should definitely be a way to enforce one communication at a time. Having a thread master that conducts communications with an R process would be helpful in helping someone build a multi-threaded application. What I am wondering is whether this should be the default mode of operation (as it

Re: [Rpy] [Numpy-discussion] working with matrix....

2008-06-27 Thread Peter
On Fri, Jun 27, 2008 at 9:58 AM, Alfredo Alessandrini <[EMAIL PROTECTED]> wrote: > I must analyse many data (about 2000 historical series of two variables). > > This data are organized in matrix. > > I must calculate some simple statistical analysis, and I must write a > script for to automate the

[Rpy] working with matrix....

2008-06-27 Thread Alfredo Alessandrini
I must analyse many data (about 2000 historical series of two variables). This data are organized in matrix. I must calculate some simple statistical analysis, and I must write a script for to automate the processing. I've a simple question: What's the better method or working (I'm a beginner o

Re: [Rpy] rpy in 2 threads

2008-06-27 Thread Jorge de Jesus
Hi to all I am working on Geostatistics and WPS and I was using Rpy to access Gstat and run geostatistics interpolations. This was working fine but R only runs on one core so things where going very slowly. So I looked at several possibilities and the best was RSOAP. My current system makes