PDA

View Full Version : Server PID's


TLP
29-05-2004, 15:51
I have 1 TS installed and when I start it shows me having 9 Pids running.

I have set the Server.ini to bind to 1 IP but still it shows 9 running.
./server_linux -PID=tsserver2.pid "With 9 Proccess runing"

I get that 9 times.

How do I corect this.
Thanks

TLP
30-05-2004, 12:11
Is it normal to have 9 proccess running on one server?

Peter
30-05-2004, 12:26
1 process, many threads - yes its normal, and no, its not a problem (threads share memory, so don't you add up the memory 9 times and think its using lots of ressources).

TLP
30-05-2004, 22:37
OK, I hear ya.
I still see it running under ps -ef as 9 proccess with differant pids'
The first on is the one it binds/start with &
then the numbers go in order up
25136 ./server_linux -PID=tsserver2.pid
25137 ./server_linux -PID=tsserver2.pid
25138 ./server_linux -PID=tsserver2.pid
25139 ./server_linux -PID=tsserver2.pid
25140 ./server_linux -PID=tsserver2.pid
25141 ./server_linux -PID=tsserver2.pid
25142 ./server_linux -PID=tsserver2.pid
25143 ./server_linux -PID=tsserver2.pid
25144 ./server_linux -PID=tsserver2.pid

This is what is causing me mass confusion !

I just hate to have one server running and get charged for 9 !
Thank You for your valued time !!

TLP
01-06-2004, 17:26
Sorry for the NoooB question...

I have read all the FAQ's and the install and and anything else I can get my hands on.

Nothing mentions this happening...or I have not yet found it.

Did I install or do something wrong to get the above results?

Thanks for all your time and effort !!! :D