I currently create an application, which needs to run millions of statistical regressions in a short time. Parallelization of these calculations is one possibility to accelerate the process.
The OpenCPU
server doesn’t seem to scale well with parallel executed commands. All commands are executed in a sequential manner.
Is it possible to spawn multiple R
sessions using OpenCPU or do I need to run multiple instances of the server? Do I miss something here on how OpenCPU
can process multiple computationally expensive commands simultaneously?