Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to naming av started process to distinguish from others
Forum Updated to NodeBB v4.3 + New Features

How to naming av started process to distinguish from others

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 331 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    andsun
    wrote on last edited by
    #1

    Hi all,

    I'm creating a GUI application that communicate with other processes through pipes (FIFO)
    Now I solved how to observe the pipe for changes through incapsulating inotify in a class.

    Making this more generic give me more usage options, leading to more started processes with the same display name, when listing all processes with ps.

    Is there a way for me to give every process that I run a distinguished name like pipeobserver, backupobserver aso. ??

    My purpose is to be able to kill (-9, pid) the correct process, intended to use QMap <QString name, int pid) to keep track of them

    /a

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved