Find the answer to your Linux question:
Results 1 to 2 of 2
Hi everyone, I have a few services to start for an installtion but when I start them I see that instead of just one instance there are many instances created. ...
  1. #1
    Just Joined!
    Join Date
    May 2007
    Posts
    1

    Question Multiple instances of the services are seen while doing ps -ux why.

    Hi everyone,
    I have a few services to start for an installtion but when I start them I see that instead of just one instance there are many instances created. I wanted to know is this going to slow down the linux and why is it taking place and how to get just one instance. This is how it works.

    [dam1@atlas bin]$ ps -ux

    0:00 /home/Dito/bin/Container -l ASDAS
    DAM1 15633 0.0 0.3 213448 16344 ? S May24 0:00 /home/Dito/bin/Container -l ASDAS
    DAM1 15643 0.0 0.3 213448 16344 ? S May24 0:00 /home/Dito/bin/Container -l ASDAS
    DAM1 15673 0.0 0.3 213448 16344 ? S May24 0:00 /home/Dito/bin/Container -l ASDAS
    DAM1 27601 0.0 0.0 1664 568 pts/13 S 10:01 0:00 rsh localhost source $HOME/.bashrc && source $TK
    QC1:PID:$! ]")
    DAM1 27623 0.1 0.4 50224 18984 ? S 10:01 0:00 /home/Dito/bin/Container -l PUQC1
    DAM1 27625 0.0 0.4 50224 18984 ? S 10:01 0:00 /home/Dito/bin/Container -l PUQC1
    DAM1 27628 0.0 0.4 50224 18984 ? S 10:01 0:00 /home/Dito/bin/Container -l PUQC1
    DAM1 27636 0.0 0.4 50224 18984 ? S 10:01 0:00 /home/Dito/bin/Container -l PUQC1

    Please do help me if you thank you in advance.

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Is this a multithreaded application? If so, then its normal for them to start more than one instance (like apache).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...