ralhei / pyRserve

A python client for Rserve (network layer to remote R server)
Other
47 stars 13 forks source link

- Added support for shutdown command #3

Closed uweschmitt closed 10 years ago

uweschmitt commented 10 years ago

pyRserve did not implement the CMD_shutdown command yet.

ralhei commented 10 years ago

Hi Uwe, thanks for your contribution! I've merged it already. ciao ciao with greetings from the Black Forest, Ralph

uweschmitt commented 10 years ago

Thanks for the fast merging. I needed this patch for automating setup and shutdown of the R interpreter urgently. Before I used pyper which is nice and slim but to slow for pushing and fetching data from R to Python or the other way around.

ralhei commented 10 years ago

I'm not completely sure about your environment, but we also need to start and stop R interpreters on different machines, and a very useful tool is supervisord daemon (which also has remote control capabilities). http://www.supervisord.org

uweschmitt commented 10 years ago

Regrettably my software should run on mac, linux and windows :( so supervisord is no option for me.

ralhei commented 10 years ago

ahh, I see. Yes, windows is indeed not supported by supervisord ...