Closed hlms closed 7 years ago
No this is an issue with Windows. From the documentation:
All platforms except Windows support parallel connections and local (unix) sockets.
Windows doesn't support proper fork()
so it is unable to handle parallel connections.
Thanks @s-u . Would you provide me the link to the documentation?
Thanks for the quick response. I have got the documentation link: https://rforge.net/Rserve/faq.html#platform.
When R is installed on a linux system, RServe does allow multiple logins for the same user.
Sample code:
It works, output is follows:
When R is installed on windows, the call new RConnection(url, port) gets blocked while attempting second login. Here is the ouput:
Seems to be an issue with RServe. Any solutions or alternatives?