Can Windows Web Server 2008 be used to host games?

I am currently using a Linux server, we run a couple of websites from it, PHP applications with MySQL as usual. Since the server is privately owned by some friends and me (we have this place in a professional datacenter though), from time to time we also use it to host our little counter strike source and trigger 4 work matches. by running the released dedicated game server packages.

I recently signed up for the excellent WinForms and ASP.Net component from DevExpress and is considering migrating to Windows to use these ASP.Net components. I am currently trying to decide between Windows and Web and Standard versions as the difference is almost a thousand dollars (where I came from)

For Windows Web Server 2008, Microsoft has relaxed the database server restrictions and made it clear that no CALs are required. But is it possible to run the aforementioned web servers? I've searched search terms and browsed the forums to no avail.

I need help before I sign up for cash.

Thank.

0


source to share


2 answers


Before giving any opinion, I'll start by answering your basic questions:

  • Yes, you can run dedicated game servers on Windows Server web server.

  • Differences between network and standard:

    • The web only supports 2 gigabytes. Standard in 64-bit mode can support 32gigs (and more?).
    • The standard contains more things that are better suited for local server environments (for example: active directory). If you want LDAP to control Exchange email, you'll need Standard. Most web servers don't need them.
    • The web will (apparently) not support full-featured versions of SQL Server. Express should work though.

Time of confinement.

Dedicated and virtual dedicated cash overheads on Windows servers are a lot ... How much more are you paying for software than hardware costs for at least the first year.

Renting the software (as part of a Managed Dedicated Server or VPS) is a lot cheaper initially, but will cost you about the same over the course of a few years, and if you run it longer it will end up costing you more.

Windows Shared Hosts can be good. I was with a company called Hostek (Florida) and they bent back to make hosting a pretty busy site (about 6,000 unique per day) very cheap for me. It can also be violent. I've had bad hosting companies as well. Shop around.



About a year ago, I ditched Windows at home in favor of Linux. I'm not going to list the many advantages and disadvantages; I'll just tell you that when I stopped doing .NET in favor of a more open framework. I am not using Django (Python based web framework). While you may not like it (or other frameworks like Ruby on Rails), I ask that you find out what is going on in the open source world before you use anything related to Windows , since you already have there is a framework available to host Django / Rails / et al.

If you need your own Linux server, VPSs will start at around $ 20pcm. As I said, it is significantly cheaper than Windows. I am now using Linode to host everything new that I do. Very affordable and they will easily launch special games like your current setup.

Mono is not an option for you. Not yet. It is indeed suitable for helping people migrate their applications, but it is still rather sketchy on the ASPNET front. And as the comment on another answer says: the controls you want to use are strictly Windows at the moment.

Linux will consume fewer basic resources than Windows. On an old server (Windows 2000, IIRC) I had to manage, the Windows kernel would consume anywhere from 100 to 200 megabytes of RAM. My current Ubuntu server is eating 40megs. I'm not sure how much RAM you should be playing on your server, but if it is less you will understand a lot more on a Linux host. (Remember, if you have more than 2 gigs, you have no choice of web server version)

It's clear from this that I'm a complete super-Linux enthusiast, but I know my needs are different from yours. ASP.NET is a great platform , but it costs a lot of money, even if you share it among friends. You could choose Windows ... Or you could go Linux, donate a little to the projects you use, and buy a new plasma or something shiny for the lady.

+1


source


SPLA? Isn't this for service providers? My friends and I use the hosted services for ourselves (games, email and websites), although of course our websites are publicly available to everyone; but I think it hardly qualifies as "providing a service"?

Unfortunately, being on Linux would make it so that I would not be able to use my DevExpress components, which I believe is the reason Windows Server..NET may be partially supported by Mono, but not fully, and DevExpress uses certain .NET features that ( at least not yet) are not supported by Mono.



We also have our own dedicated server, so we are looking for a suitable OS.

However, your answer is appreciated.

0


source







All Articles