> On Sep 14, 2015, at 11:04 AM, Sven Van Caekenberghe <s...@stfx.eu> wrote:
> 
> Hi,
> 
> Is there a way to get the operating system PID of the running Pharo VM from 
> inside the image ?

If I’m not mistaken, it is what OSProcess is for. I think this should be it:

> OSProcess thisOSProcess pid.

The comment of thisOSProcess says:

"Answer a single instance of the class corresponding to the OS process in which 
this Smalltalk image is executing."

Reply via email to