Skip to content
Prev 66503 / 398513 Next

client-server setup for R

If I'm not mistaken, the problem of sharing applications on a Windows server
among several users is not particular to R, but applies generally to that
environment, and Reid's suggestion is the cheap(-est.?) way of getting
around it.  (Windows is simply not designed for that kind of usage, whereas
Linux, like Unix, _is_ designed for that.)  The problem is that it'd be
difficult to cut-and-paste graphics as you could on a Windows box (although
that might not be doable via remote desktop, either --- I don't know).

I routinely run upwards of 4 different, simultaneous R sessions on my 1.6GHz
P-M laptop with 1GB ram, along with a few other applications.  Never have
problems as long as none of them deal with very large data.

Andy