Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - New Process starting information: (4 Items)
   
New Process starting information  
How to know when a new process gets started in Qnx. How to find the process name & path of the binary.
Regards,
Manas
Re: New Process starting information  
I don't understand the question. Do you mean by API or from IDE?

On 12-08-15 01:27 AM, manas sahoo wrote:
> How to know when a new process gets started in Qnx. How to find the process name & path of the binary.
> Regards,
> Manas
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post94835
> To cancel your subscription to this discussion, please e-mail general-community-unsubscribe@community.qnx.com

RE: New Process starting information  
I want to have a thread in my application. It has to blocked on some
channel (don't know where to attach ?). Through this channel can I know
when new process starts (especially process PID, process binary path in
the file system).

Regards,
Manas

-----Original Message-----
From: Elena Laskavaia [mailto:community-noreply@qnx.com] 
Sent: Thursday, August 30, 2012 1:15 AM
To: general-community@community.qnx.com
Subject: Re: New Process starting information

I don't understand the question. Do you mean by API or from IDE?

On 12-08-15 01:27 AM, manas sahoo wrote:
> How to know when a new process gets started in Qnx. How to find the
process name & path of the binary.
> Regards,
> Manas
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post94835
> To cancel your subscription to this discussion, please e-mail
general-community-unsubscribe@community.qnx.com





_______________________________________________

General
http://community.qnx.com/sf/go/post95275
To cancel your subscription to this discussion, please e-mail
general-community-unsubscribe@community.qnx.com
Re: New Process starting information  
If you want to be notified when random process start - I don't think it 
is possible,
you can "pull" every x seconds for lets say /proc/as but it is very bad 
architecture.
If you control that process, the better solution would be when it starts 
it can notify your server that
it has started.

On 12-08-29 10:58 PM, Sahoo, Manas R (GE Energy) wrote:
> I want to have a thread in my application. It has to blocked on some
> channel (don't know where to attach ?). Through this channel can I know
> when new process starts (especially process PID, process binary path in
> the file system).
>
> Regards,
> Manas
>
> -----Original Message-----
> From: Elena Laskavaia [mailto:community-noreply@qnx.com]
> Sent: Thursday, August 30, 2012 1:15 AM
> To: general-community@community.qnx.com
> Subject: Re: New Process starting information
>
> I don't understand the question. Do you mean by API or from IDE?
>
> On 12-08-15 01:27 AM, manas sahoo wrote:
>> How to know when a new process gets started in Qnx. How to find the
> process name & path of the binary.
>> Regards,
>> Manas
>>
>>
>>
>> _______________________________________________
>>
>> General
>> http://community.qnx.com/sf/go/post94835
>> To cancel your subscription to this discussion, please e-mail
> general-community-unsubscribe@community.qnx.com
>
>
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post95275
> To cancel your subscription to this discussion, please e-mail
> general-community-unsubscribe@community.qnx.com
>
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post95294
> To cancel your subscription to this discussion, please e-mail general-community-unsubscribe@community.qnx.com