LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Running servers in consols... (https://www.linuxquestions.org/questions/linux-general-1/running-servers-in-consols-334768/)

Synesthesia 06-17-2005 11:05 PM

Running servers in consols...
 
If going to run a bunch of different types of servers on one computer, say 3 games servers and an ftp server, should I start each in a different tty?

n0sr 06-17-2005 11:11 PM

That would probably add just a bit more overhead load on your CPU. I'd create a script that will start all the services you want.
Or start each one by hand and put & at the end of each command to get you back to the command prompt.

Synesthesia 06-17-2005 11:43 PM

run them all as daemons? The ftp server too?

Synesthesia 06-17-2005 11:44 PM

This is way off topic, but its a quick question: Is it normal to have 50 percent cpu usage when transfering a file at 100mbps?

n0sr 06-18-2005 01:13 AM

Quote:

Originally posted by Synesthesia
run them all as daemons? The ftp server too?
If you use the command on the command line and put the & at the end of the command, then it will run in the background, not as a daemon. The ftp server would run as a daemon, but that should be started from one of your init scripts.

n0sr 06-18-2005 01:15 AM

Quote:

Originally posted by Synesthesia
This is way off topic, but its a quick question: Is it normal to have 50 percent cpu usage when transfering a file at 100mbps?
That's kind of a hard one to answer. It could be normal, but there are so many variables that can affect it.

Synesthesia 06-19-2005 02:22 PM

Any other optimizations I should know about when running an sftp server on the same box as 3 game servers? I'll probably be running gentoo.

n0sr 06-23-2005 03:54 AM

Sorry can't help you there, I've not run game servers before. I would imagine you would have a larger memory requirement to do that though.


All times are GMT -5. The time now is 03:34 PM.