I have a Python script set up where it instantiates Rserve, sets up a few R scripts and functions and then runs some data against the functions. However, I have been unable to create a multi-threaded instance of this same process. My core issue is that one thread always seems to dominate the processing and all of the other threads are ignored.
I've made the assumption that pyRserve can be multi-threaded - is that a correct assumption? Are there any examples out there that show this as a multi-threaded app?
I assume you were using a Windows machine. The news section of Rserve states for the most recent version (1.8-6) that
The Rserve webpage has more notes on Windows here:
However, I got it working on Windows with the Rserve version that comes with deployr-rserve (without having to use multiple processes running on different ports). This fork seems to be based on Rserve 0.6-3.1 though - so it's pretty outdated...