this post was submitted on 14 Jun 2023
83 points (100.0% liked)

Gaming

30426 readers
359 users here now

From video gaming to card games and stuff in between, if it's gaming you can probably discuss it here!

Please Note: Gaming memes are permitted to be posted on Meme Mondays, but will otherwise be removed in an effort to allow other discussions to take place.

See also Gaming's sister community Tabletop Gaming.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] TheTrueLinuxDev@beehaw.org 2 points 1 year ago* (last edited 1 year ago) (1 children)

Servers that run the MMO with dynamic persistence would likely need GPUs for keeping track and computing vectors/matrices for each player/asset.

I always theorized that if Eve Online developers actually bothered, they could utilize their GPU on the servers to track all of the activity in space and they would easily support 10,000+ players on the same system without issue or time dilation (considering the capability of GPU today.)

Assuming you have for an example, a GPU Server with 8 slots for GPU, and each GPU is a 7900 XTX and you use Vulkan Compute for it. You got 192 GB of vRAM and absurd amount of computation capability with ~1 PFlops on FP16 and 528 TFlops on FP32. Assuming you have 100,000 players on the same system, that GPU Server would be able to handle it with ease even with theoretical complication that can results from programming on GPU. You could store ~2MB worth of data about each player's ship for 100,000 players on that GPU Server alone.

Dynamic Persistence in MMO is basically Server with GPU that keep track of everything. (You can't just defer GPU operations to the end-user, server have to be the one to do it.)

[โ€“] ursakhiin@beehaw.org 1 points 1 year ago

They are targeting a dynamically scaling mesh that will transfer ownership of players as they move across the universe.

One server could end up handling a single planet or a single small patch of space depending on how much activity is happening in the area at the time.

Regardless of people's feelings, CIG is definitely moving game tech forward with a lot of this stuff.