Skip to content
Prev 111 / 1236 Next

[R-gui] Interfaces between GUIs and R

Thomas Baier wrote:
We both agree. It is why I wrote "(*) A single threaded client..."
There are two different options for parallelization: in the client, or in
the server. It is nice to have both options available with:
- R COM server: if you want parallelization, you need to program it yourself
in your multithreaded client, and
- SciViews R Plug: everything is already coded in the server, you can use
single threaded client and still get parallelization, interruptible
evaluation, etc... but the interface with the server is necessarily more
complex.

* snip *

Best,

Philippe