Rserve-Ruby-client
Rserve-Ruby-client copied to clipboard
tcp connections are not being closed on server side
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.