PID

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

PID

Santiago Bragagnolo
Hi there!

 Is any way to know the VM pid from the image side? (without using FFI)


Santiago
Reply | Threaded
Open this post in threaded view
|

Re: PID

Guillermo Polito
And why not using FFI?

On Fri, Sep 14, 2012 at 3:19 PM, Santiago Bragagnolo <[hidden email]> wrote:
Hi there!

 Is any way to know the VM pid from the image side? (without using FFI)


Santiago

Reply | Threaded
Open this post in threaded view
|

Re: PID

Igor Stasenko
On 14 September 2012 15:38, Guillermo Polito <[hidden email]> wrote:

> And why not using FFI?
>
>
> On Fri, Sep 14, 2012 at 3:19 PM, Santiago Bragagnolo
> <[hidden email]> wrote:
>>
>> Hi there!
>>
>>  Is any way to know the VM pid from the image side? (without using FFI)
>>
>>
>> Santiago

http://www.kernel.org/doc/man-pages/online/pages/man2/getpid.2.html

:)

--
Best regards,
Igor Stasenko.

Reply | Threaded
Open this post in threaded view
|

Re: PID

David T. Lewis
In reply to this post by Santiago Bragagnolo
On Fri, Sep 14, 2012 at 03:19:12PM +0200, Santiago Bragagnolo wrote:
> Hi there!
>
>  Is any way to know the VM pid from the image side? (without using FFI)
>

Hi Santiago,

If you have OSProcess installed, you can use "OSProcess thisOSProcess pid".

Dave


Reply | Threaded
Open this post in threaded view
|

Re: PID

Peter K.H. Gragert
Nice to know, works on my image on Vista ;-)

2012/9/14 David T. Lewis <[hidden email]>
On Fri, Sep 14, 2012 at 03:19:12PM +0200, Santiago Bragagnolo wrote:
> Hi there!
>
>  Is any way to know the VM pid from the image side? (without using FFI)
>

Hi Santiago,

If you have OSProcess installed, you can use "OSProcess thisOSProcess pid".

Dave