Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
Nice, finally some serious hardware. Those 256 MiB of RAM they started with were laughable already at the time of the launch. I believe this piece of HW could run the server pretty smooth.
Pity, I can't spare the money now, I'm saving for my new house so can't afford any "goodies"; but perhaps later this year I might be able to.
Posts: 721
Threads: 77
Joined: Apr 2014
Thanks: 113
Given 130 thank(s) in 91 post(s)
Theoretically speaking, can MC-server run on two or more Pi's in parallel? Perhaps via some os low-level abstraction?
Posts: 350
Threads: 18
Joined: Oct 2014
Thanks: 26
Given 54 thank(s) in 47 post(s)
Wow, that's a pretty pleasant surprise. They finally upgraded to an ARM Cortex-A7. Perhaps Android on RasPi soon?
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
@native we've already talked about this, it is highly impractical to run single-world MCS on multiple computers, mostly due to the synchronization needed between them. You can use BungeeCord to split the load among multiple servers with different worlds - MCS is already BungeeCord-compatible.
Posts: 783
Threads: 12
Joined: Jan 2014
Thanks: 2
Given 73 thank(s) in 61 post(s)
Theoretically speaking it would be possible to offload generation and lighting to a different machine. The issue there is not how it would work, but the amount of effort required to rewrite the interface. There's a lot of hidden dependencies in the code. For example the tree helper class directly depends on: BlockID.h, Noise.h, BiomeDef.h, Globals.h, ChunkDef.h, Vector3.h And indirectly depends on everything thrown in by those, which includes world.h, chunk.h, root.h which pretty much draws everything in.
Posts: 95
Threads: 11
Joined: Nov 2014
Thanks: 7
Given 8 thank(s) in 7 post(s)
I just bought a couple to test out.
Posts: 1,469
Threads: 57
Joined: Jul 2012
Thanks: 66
Given 127 thank(s) in 108 post(s)
Existing software should work on the new pies, so the buildserver one should work.
We'd have to see how much benefit the new pi gets from NEON and other ARMv7 features.
I'm getting one for home as well next week so I could test as well.