search for: processthreadsapi

Displaying 3 results from an estimated 3 matches for "processthreadsapi".

2025 May 11
2
Is it possible to gracefully interrupt a child R process on MS Windows?
...ystem call TerminateProcess. Signals SIGINT and SIGTERM are supported for backward compatible reasons, but are effectively identical to SIGKILL. ? That would change the expectations on what will happen for people coming from the POSIX world. [1] https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-terminateprocess /Henrik
2025 May 12
1
Is it possible to gracefully interrupt a child R process on MS Windows?
...als SIGINT and SIGTERM > are supported for backward compatible reasons, but are effectively > identical to SIGKILL. > > ? That would change the expectations on what will happen for people > coming from the POSIX world. > > [1] https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-terminateprocess > > /Henrik > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel
2023 Oct 30
2
system()/system2() using short paths of commands on Windows?
I have read about "system() not using a shell on Windows" on the help page many times before but never understood what it means technically. Please forgive my ignorance. I still do not understand it, but thanks a lot for the explanation anyway! I'm just curious if the full path would work in system() today. If it still would not work because today's Windows is still like Windows