linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Willy Tarreau <w@1wt.eu>
To: Nobin Mathew <nobin.mathew@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux Servers comparison with Windows 2003 servers for Gaming
Date: Sat, 16 Jun 2007 11:02:19 +0200	[thread overview]
Message-ID: <20070616090217.GV943@1wt.eu> (raw)
In-Reply-To: <8d6898730706150712u182f5af1h2d92030adf16d022@mail.gmail.com>

On Fri, Jun 15, 2007 at 07:42:50PM +0530, Nobin Mathew wrote:
> I am trying to move my Game server from windows to Linux.
> 
> Is this a good idea?
> How much better performance i will get?
> 
> Can i fine tune the 2.6.20 kernel to get better performance?
> What all areas i can do this fine tuning?
> 
> what other things i can do to get better performance?

All this depends a lot on your workload. If you're CPU-bound, maybe it
will not change anything. If you're doing a lot of disk accesses, the
choice of the filesystem will be far more important than any config
option you might change. If you're doing a lot of network traffic, you
might consider not loading every unneeded network subsystem (ipv6,
netfilter, bridging, ...) to save CPU cycles, though it does not seem
to be your problem given your other mail indicating a 100 Mbps NIC.

If you don't know what limits your application, it is possible that
you will first run it with "standard" parameters (defaults from your
distro), and later reinstall it differently once you have measured
it usage.

Willy


      parent reply	other threads:[~2007-06-16  9:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-15 14:12 Linux Servers comparison with Windows 2003 servers for Gaming Nobin Mathew
2007-06-15 14:23 ` Alan Cox
2007-06-15 14:35   ` Renato S. Yamane
     [not found]     ` <200706151753.14721.mihai.dontu@gmail.com>
2007-06-15 15:47       ` Renato S. Yamane
2007-06-15 16:27         ` Jan Engelhardt
2007-06-15 16:55     ` Adrian Bunk
2007-06-15 16:28 ` Jan Engelhardt
2007-06-16  9:02 ` Willy Tarreau [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070616090217.GV943@1wt.eu \
    --to=w@1wt.eu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nobin.mathew@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).