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
I use conn.close() for closing the connection between ruby and Rserve, but if I check the processes runing in my Rserve instance, the processes are not being closed and when multiple users open connections to load some charts with R, the instance get many processes and it crashes.