Did anyone ever look at my OS projects at http://smalltalkhub.com/#!/~OS where I try to unify the native platforms (to keep platform independence) while on the other side allow to use native functionality as much as possible: Gofer it smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo40'; configurationOf: 'OSUnix'; loadVersion: #stable. => UnixProcess currentProcessId Gofer it smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo40'; configurationOf: 'OSWindows'; loadVersion: #stable. => WinProcess currentProcessId Have fun T.
Gesendet: Montag, 14. September 2015 um 11:04 Uhr Von: "Sven Van Caekenberghe" <sven@stfx.eu> An: "Pharo Development List" <pharo-dev@lists.pharo.org> Betreff: [Pharo-dev] PID of VM ?
Hi,
Is there a way to get the operating system PID of the running Pharo VM from inside the image ?
If not, I think that would be a nice addition.
Sven