Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 360171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T12:27:48+00:00 2026-05-12T12:27:48+00:00

How are Massively Multiplayer Online RPG games built? What server infrastructure are they built

  • 0

How are Massively Multiplayer Online RPG games built?

  • What server infrastructure are they built on? especially with so many clients connected and communicating in real time.

  • Do they manage with scripts that execute on page requests? or installed services that run in the background and manage communication with connected clients?

  • Do they use other protocols? because HTTP does not allow servers to push data to clients.

  • How do the “engines” work, to centrally process hundreds of conflicting gameplay events?

Thanks for your time.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T12:27:49+00:00Added an answer on May 12, 2026 at 12:27 pm

    What server infrastructure are they built on? especially with so many clients connected and communicating in real time.

    I’d guess the servers will be running on Linux, BSD or Solaris almost 99% of the time.

    Do they manage with scripts that execute on page requests? or installed services that run in the background and manage communication with connected clients?

    The server your client talks to will be a server running a daemons or service that sits idle listening for connections. For instances (dungeons), usually a new process is launched for each group, which would mean there is a dispatcher service somewhere mananging this (analogous to a threadpool)

    Do they use other protocols? because HTTP does not allow servers to push data to clients.

    UDP is the protocol used. It’s fast as it makes no guarantees the packet will be received. You don’t care if a bit of latency causes the client to lose their world position.

    How do the "engines" work, to centrally process hundreds of conflicting gameplay events?

    Most MMOs have zones which limit this to a certain amount of people. For those that do have 100s of people in one area, there is usually high latency. The server is having to deal with 100s of spells being sent its way, which it must calculate damage amounts for each one. For the big five MMOs I imagine there are teams of 10-20 very intelligent, mathematically gifted developers working on this daily and there isn’t a MMO out there that has got it right yet, most break after 100 players.

    —

    Have a look for Wowemu (there’s no official site and I don’t want to link to a dodgy site). This is based on ApireCore which is an MMO simulator, or basically a reverse engineer of the WoW protocol. This is what the private WoW servers run off. From what I recall Wowemu is

    • mySQL
    • Python

    However ApireCore is C++.

    The backend for Wowemu is amazingly simple (I tried it in 2005 however) and probably a complete over simplification of the database schema. It does gives you a good idea of what’s involved.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to develop ASP.NET C# based MMOG (Massively multiplayer online game). I would
I am working on the development of a Massively Multiplayer Online Role Playing Game
I hear a lot about map/reduce, especially in the context of Google's massively parallel
Everyone has this huge massively parallelized supercomputer on their desktop in the form of
I'm not massively experienced with JavaScript and I'm having trouble with variable scope and
I use inline assembly massively in a project where I need to call functions
Is there any way to massively alter primary keys(uid) to all tables with no
I'm digging F# and enjoying writing code in massively different ways. But I'm confused
I've found initializing my session factory is massively quicker whenever I disable the nhibernate
Any ideas on how to parse RSS feeds without massively slowing down my page?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.