Re: [Pharo-dev] PID of VM ?

2015-09-17 Thread stepharo
nativeboost is not maintained and we need a solution that can be maintained by multiple people. Normally with the new FFI esteban is doing you will be able to use the NativeBoost syntax. Bye T.

Re: [Pharo-dev] PID of VM ?

2015-09-16 Thread Torsten Bergmann
Sven wrote: > OK, that works, thanks. > > Pretty straightforward NativeBoost based code, small. > > I seem to be missing the platform independence code (but I only care for OS X > and Linux for my projects). > > How does this relate to OSProcess ? Why did you start it ? What is the goal ?

Re: [Pharo-dev] PID of VM ?

2015-09-16 Thread Torsten Bergmann
Sven wrote: > OK, that works, thanks. > > Pretty straightforward NativeBoost based code, small. > > I seem to be missing the platform independence code (but I only care for OS X > and Linux for my projects). > > How does this relate to OSProcess ? Why did you start it ? What is the goal ?

Re: [Pharo-dev] PID of VM ?

2015-09-15 Thread Martin Dias
On Mon, Sep 14, 2015 at 7:00 PM, Sven Van Caekenberghe wrote: > > > > On 14 Sep 2015, at 18:46, David T. Lewis wrote: > > > >> On Mon, Sep 14, 2015 at 8:25 PM, Esteban Lorenzano > >> wrote: > >>> > On 14 Sep 2015, at 14:21, David T.

Re: [Pharo-dev] PID of VM ?

2015-09-14 Thread Esteban Lorenzano
> On 14 Sep 2015, at 14:21, David T. Lewis wrote: > > On Mon, Sep 14, 2015 at 02:08:54PM +0200, Sven Van Caekenberghe wrote: >> >>> On 14 Sep 2015, at 11:12, Skip Lentz wrote: >>> >>> On Sep 14, 2015, at 11:04 AM, Sven Van Caekenberghe

Re: [Pharo-dev] PID of VM ?

2015-09-14 Thread Esteban Lorenzano
> On 14 Sep 2015, at 14:08, Sven Van Caekenberghe wrote: > > >> On 14 Sep 2015, at 11:12, Skip Lentz wrote: >> >> >>> On Sep 14, 2015, at 11:04 AM, Sven Van Caekenberghe wrote: >>> >>> Hi, >>> >>> Is there a way to get the operating system

Re: [Pharo-dev] PID of VM ?

2015-09-14 Thread David T. Lewis
On Mon, Sep 14, 2015 at 02:08:54PM +0200, Sven Van Caekenberghe wrote: > > > On 14 Sep 2015, at 11:12, Skip Lentz wrote: > > > > > >> On Sep 14, 2015, at 11:04 AM, Sven Van Caekenberghe wrote: > >> > >> Hi, > >> > >> Is there a way to get the operating

Re: [Pharo-dev] PID of VM ?

2015-09-14 Thread p...@highoctane.be
On Mon, Sep 14, 2015 at 2:25 PM, Esteban Lorenzano wrote: > > > On 14 Sep 2015, at 14:21, David T. Lewis wrote: > > > > On Mon, Sep 14, 2015 at 02:08:54PM +0200, Sven Van Caekenberghe wrote: > >> > >>> On 14 Sep 2015, at 11:12, Skip Lentz

Re: [Pharo-dev] PID of VM ?

2015-09-14 Thread Ben Coman
On Mon, Sep 14, 2015 at 8:25 PM, Esteban Lorenzano wrote: > >> On 14 Sep 2015, at 14:21, David T. Lewis wrote: >> >> On Mon, Sep 14, 2015 at 02:08:54PM +0200, Sven Van Caekenberghe wrote: >>> On 14 Sep 2015, at 11:12, Skip Lentz

Re: [Pharo-dev] PID of VM ?

2015-09-14 Thread Sven Van Caekenberghe
; configurationOf: 'OSWindows'; > loadVersion: #stable. > > => WinProcess currentProcessId > > Have fun > T. > >> Gesendet: Montag, 14. September 2015 um 11:04 Uhr >> Von: "Sven Van Caekenberghe" <s...@stfx.eu> >> An: "

Re: [Pharo-dev] PID of VM ?

2015-09-14 Thread Sven Van Caekenberghe
> On 14 Sep 2015, at 11:12, Skip Lentz wrote: > > >> On Sep 14, 2015, at 11:04 AM, Sven Van Caekenberghe 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

Re: [Pharo-dev] PID of VM ?

2015-09-14 Thread Esteban Lorenzano
> On 14 Sep 2015, at 15:18, Ben Coman wrote: > > On Mon, Sep 14, 2015 at 8:25 PM, Esteban Lorenzano > wrote: >> >>> On 14 Sep 2015, at 14:21, David T. Lewis wrote: >>> >>> On Mon, Sep 14, 2015 at

Re: [Pharo-dev] PID of VM ?

2015-09-14 Thread Sven Van Caekenberghe
> On 14 Sep 2015, at 18:46, David T. Lewis wrote: > >> On Mon, Sep 14, 2015 at 8:25 PM, Esteban Lorenzano >> wrote: >>> On 14 Sep 2015, at 14:21, David T. Lewis wrote: No, OSProcess should not be included in

Re: [Pharo-dev] PID of VM ?

2015-09-14 Thread David T. Lewis
> On Mon, Sep 14, 2015 at 8:25 PM, Esteban Lorenzano > wrote: >> >>> On 14 Sep 2015, at 14:21, David T. Lewis wrote: >>> >>> >>> No, OSProcess should not be included in the image. It is intended to be >>> an external package. >> >> mmm… we want to

Re: [Pharo-dev] PID of VM ?

2015-09-14 Thread Torsten Bergmann
ve fun T. > Gesendet: Montag, 14. September 2015 um 11:04 Uhr > Von: "Sven Van Caekenberghe" <s...@stfx.eu> > An: "Pharo Development List" <pharo-dev@lists.pharo.org> > Betreff: [Pharo-dev] PID of VM ? > > Hi, > > Is there a way to get t

[Pharo-dev] PID of VM ?

2015-09-14 Thread Sven Van Caekenberghe
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