You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2024. It is now read-only.
example enviroment:
RnD Qlik sense server with SSEtoRServ.exe connected to RServe on Docker.
Developer Qlik sense server connected to WinSRV machine with SSEtoRServ.exe connected to RServe on Docker
Demo Qlik sense server connected to WinSRV machine with SSEtoRServ.exe connected to RServe on Docker
See scheme in attached image.
Expected behavior
Running requests to R from all QS servers in same time in parallel threads
Actual behavior
Demo QS and Developer QS server connected to R using the same SSEtoRServe plugin runing on WinSRV machine.
Requests for calculations are queued and executed in one thread. No mater all requests from Demo server or half from Demo, half from Dev Server - in same time run only one calculation. At the same time during calculations from those servers, the RnD QS server using own copy of the SSEtoRServ plugin can perform calculations using the same RServe without any delay.
How to run parallel calculations within one SSEtoRServe plugin?
Environment
Operating system where the SSE plugin is deployed
[Х] Windows
[ ] Linux (How do this???)
Qlik Sense
[ ] Desktop
[Х ] Server
Versions
sse-r-plugin: 1.2.1.0
Qlik Sense: April 2019
Operating system: Windows 2016 STD
[Other relevant versions] R 3.5
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
How to run multithread requests
Steps to Reproduce
example enviroment:
RnD Qlik sense server with SSEtoRServ.exe connected to RServe on Docker.
Developer Qlik sense server connected to WinSRV machine with SSEtoRServ.exe connected to RServe on Docker
Demo Qlik sense server connected to WinSRV machine with SSEtoRServ.exe connected to RServe on Docker
See scheme in attached image.
Expected behavior
Running requests to R from all QS servers in same time in parallel threads
Actual behavior
Demo QS and Developer QS server connected to R using the same SSEtoRServe plugin runing on WinSRV machine.
Requests for calculations are queued and executed in one thread. No mater all requests from Demo server or half from Demo, half from Dev Server - in same time run only one calculation. At the same time during calculations from those servers, the RnD QS server using own copy of the SSEtoRServ plugin can perform calculations using the same RServe without any delay.
How to run parallel calculations within one SSEtoRServe plugin?
Environment
Operating system where the SSE plugin is deployed
Qlik Sense
Versions
The text was updated successfully, but these errors were encountered: