Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Process Killing: (4 Items)
   
Process Killing  
I am using QNX Momentics IDE 6.5.0 on Windows platform. I want to know how killing and re-invoking of a process is done?
RE: Process Killing  
What about reading the manual. 
________________________________________
From: Ajay Kumar Gupta [community-noreply@qnx.com]
Sent: Thursday, August 21, 2014 6:20 AM
To: momentics-community
Subject: Process Killing

I am using QNX Momentics IDE 6.5.0 on Windows platform. I want to know how killing and re-invoking of a process is done?




_______________________________________________

QNX Momentics Community Support
http://community.qnx.com/sf/go/post111516
To cancel your subscription to this discussion, please e-mail momentics-community-unsubscribe@community.qnx.com
Re: RE: Process Killing  
I really appreciate your suggestion but I was trying to solve all these problems from last 15 days but somehow I 
couldn't solve that's why I am asking all these problems.
Re: RE: Process Killing  
Not sure what you are attempting to do.  Have a look at kill or slay.

From a shell, you can terminate a process using the slay command and the name of the process you are terminating.
You could also kill a process with a SIGTERM or SIGKILL signal.  

If you are trying to terminate a process and restart it again within a shell using a single command line, then:

# slay process_name ; process_name

But I may not understand what you are trying to accomplish.  Hopefully this is enough to allow you look in the right 
location in the documentation.

Dave