Can these Servers handle an MMORPG?

Posted By: RyuShinji

Can these Servers handle an MMORPG? - 03/25/08 09:27

I'm going to rent a Dedicated Server for my mmorpg, but i wanted to know what you think of them first.
Are these servers what i need for my mmorpg to handle "atleast" 100s of players?

Link: http://servers.aplus.net/dedicated/single-core.html

I spoke to one of the sales people and they said i could... what do you think?

I've got my eye on the Celeron 1.7 GHz for now, if its good enough, i guess can always upgrade later on if i need to...

If you can provide any info on how to use these with GS & how i get them to be a working server would be most appreciated, all i know is how to put -sv for running it on my pc thats all i know about hosting a server in GS...
Posted By: Quad

Re: Can these Servers handle an MMORPG? - 03/25/08 12:58

your dedicated server should run your server executable, and store mysql data.

as i already said before my "core2duo 1.88 ghz 2gb ram" home pc with winodws xp was able to run Knight Online server with around 45 clients connected. all login server,game server,database was on this pc and i was also running the client same time.

these servers should handle 100s of players theorytically.

-just setting up a Knight Online server was a great pain, and it was really hard to something stable, writing the game and server your own would be more difficult, imo-
Posted By: RyuShinji

Re: Can these Servers handle an MMORPG? - 03/25/08 18:03

Hi, Quadraxas
WOW! I've just googled Knight Online, you ran a server for that! ^_^

Oh, i managed port forwarding, made my ip static and added my global ip to my ip list, so it works now i think, ive also done that distance visiblity you suggested and it works great! ^_^ i'm using the cbabe model for now just to get my code in place...

I plan to start using sql as soon as my websites back up! unless it would work differently with one of these servers, if i can get my code in place using my own pc like u did that would be great! umm sorry to be a pain but how should i start? ^_^
Posted By: Quad

Re: Can these Servers handle an MMORPG? - 03/25/08 18:45

well, if you are goning to use your pc for tests
[i suggest that this is better than hiring a dedicated server, at this point of development]

so you better setup the mysql server in your pc too. Knight Online was using odbc and MsSql and i was using "MS sql server 2005 express" for my server, but for mysql you should install a mysql server service in your pc.

There are complete solutions that does the same job with ms sql server 2005 but for mysql, like wamp, easyphp etc. Just installing mysql will do but, the tools i mentioned before have apache+mysql+mysql managers inside, these are better if you are using mysql first time.(i use wamp for testing my php scripts, and it just works fine ) . these will also allow you to create and publis a webpage directly from your pc, thus you will be able to create a registration page for your test game.(or you can do this in game)

i dont think installing all these in your pc same time will cause problems while you are testing(i assume that between 2 and 30 people testing).

Well i messed up explaining, these are the steps you should follow:

-first get a mysql server(install wamp)
-now you have mysql and managers installed.
-go to one of the managers(i prefer phpmyadmin) and create a database, set users and passwords etc.(you can google the usage of phpyadmin). to run php my admin right click on the wamp icon in the tray and fimd phpmyadmin here.
-then write some little applications to see if you can connect to your database and can run queries and can handle the results correcly.(check d3d's mysql plugin and examples.)
-then add mysql to your game.

i think learning sql will take sometime, but dont worry its not difficult
Posted By: RyuShinji

Re: Can these Servers handle an MMORPG? - 03/25/08 18:52

Thank you!! thats just the what i needed to know, I'll do all that(although i know it wont be that easy ^_^) and post an test example for you and everyone to try out! cant wait to get started... yey!
© 2024 lite-C Forums