vatlab / sos-r

SoS extension for R
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

R.exe (and Rterm.exe) persisted after shutting down the ir kernel. #8

Open BoPeng opened 6 years ago

BoPeng commented 6 years ago

Under windows, if we

%use %
%shutdown R

R.exe and Rterm.exe will not be closed. Leaving two daemon processes.

Using a R kernel, shutdowning the kernel (via jupyter) will kill them.

So it appears that %shutdown R does not cleanly killed R.

BoPeng commented 6 years ago

Seems to be related to IRkernel/IRkernel#226 and jupyter/jupyter_client#104, and the latter is still open. I am not sure if we need to step in between jupyter and irkernel since both of them might or might not do something about the same problem.