Features and missing features
The problem with this approach is the need to have multiple worlds. That work fine if you want to have multiple mini-game worlds running, but what if you want to have an enormous survival server? Having multiple worlds for single purpose would be painful, and wouldn't mitigate single points of failure. "oh no survival-40 is down again, can't reach my house Sad"
Besides that, you would still not have the load optimally balanced. Let's say you have 10 minigames servers, but then only 2 are popular at daytime and other 3 are popular night time. You can't scale instances up and down on an environment like this.
It becomes a waste of resources in no time.

Clustering provides optimal load balancing ($), scaleability and protection from single points of failure. Also, it's a hell lot easier to manage.

I understand this is not a priority ATM, we need feature parity with latest releases, better mob AI and more plugins after all, but take this into consideration once cuberite becomes mainstream.

Let me better explain the master-slave approach I described on the other post: everything that can be done asynchronously would be handled by all servers and at the same time. Like chat, player movement, block placement, etc. Things that absolutely need to be done synchronously, like redstone processing, would be done by any one server at a time. If this server dies, any other one is promoted to be the redstone-master. Multiple masters would co-exist at the same time. For instance, server-a is the redstone-master, but server-b is the tnt-master.
Reply
Thanks given by:


Messages In This Thread
Features and missing features - by FakeTruth - 06-20-2012, 03:12 AM
RE: Features and missing features - by NiLSPACE - 06-20-2012, 03:17 AM
RE: Features and missing features - by FakeTruth - 06-20-2012, 03:23 AM
RE: Features and missing features - by NiLSPACE - 06-20-2012, 03:26 AM
RE: Features and missing features - by FakeTruth - 06-20-2012, 03:29 AM
RE: Features and missing features - by NiLSPACE - 06-20-2012, 04:06 AM
RE: Features and missing features - by NiLSPACE - 06-20-2012, 05:15 AM
RE: Features and missing features - by xoft - 06-20-2012, 05:18 AM
RE: Features and missing features - by NiLSPACE - 06-20-2012, 05:23 AM
RE: Features and missing features - by Taugeshtu - 06-20-2012, 05:46 AM
RE: Features and missing features - by NiLSPACE - 06-20-2012, 05:56 AM
RE: Features and missing features - by xoft - 08-14-2012, 05:50 PM
RE: Features and missing features - by FakeTruth - 08-14-2012, 10:16 PM
RE: Features and missing features - by NiLSPACE - 09-22-2012, 09:04 PM
RE: Features and missing features - by NiLSPACE - 10-12-2012, 06:24 AM
RE: Features and missing features - by FakeTruth - 10-12-2012, 06:53 AM
RE: Features and missing features - by NiLSPACE - 10-15-2012, 03:29 AM
RE: Features and missing features - by FakeTruth - 10-15-2012, 03:57 AM
RE: Features and missing features - by NiLSPACE - 01-10-2013, 03:55 AM
RE: Features and missing features - by NiLSPACE - 10-15-2012, 06:45 AM
RE: Features and missing features - by NiLSPACE - 11-11-2012, 06:19 AM
RE: Features and missing features - by NiLSPACE - 11-17-2012, 05:39 AM
RE: Features and missing features - by FakeTruth - 11-17-2012, 07:19 AM
RE: Features and missing features - by Jers - 11-24-2012, 05:01 AM
RE: Features and missing features - by xoft - 11-24-2012, 07:27 AM
RE: Features and missing features - by Jers - 11-24-2012, 08:31 PM
RE: Features and missing features - by NiLSPACE - 11-24-2012, 08:54 PM
RE: Features and missing features - by xoft - 11-24-2012, 11:23 PM
RE: Features and missing features - by Jers - 11-24-2012, 11:38 PM
RE: Features and missing features - by Luksor - 11-24-2012, 11:41 PM
RE: Features and missing features - by Jers - 11-24-2012, 11:43 PM
RE: Features and missing features - by Luksor - 11-24-2012, 11:50 PM
RE: Features and missing features - by Jers - 11-25-2012, 03:34 AM
RE: Features and missing features - by Luksor - 11-25-2012, 04:56 AM
RE: Features and missing features - by Jers - 11-25-2012, 05:02 AM
RE: Features and missing features - by Luksor - 11-25-2012, 05:13 AM
RE: Features and missing features - by Jers - 11-25-2012, 05:29 AM
RE: Features and missing features - by Luksor - 11-25-2012, 05:32 AM
RE: Features and missing features - by Jers - 11-25-2012, 02:56 PM
RE: Features and missing features - by NiLSPACE - 12-21-2012, 10:45 PM
RE: Features and missing features - by NiLSPACE - 12-22-2012, 11:22 PM
RE: Features and missing features - by FakeTruth - 01-10-2013, 05:19 AM
RE: Features and missing features - by NiLSPACE - 01-18-2013, 06:24 PM
RE: Features and missing features - by xoft - 01-18-2013, 06:54 PM
RE: Features and missing features - by NiLSPACE - 01-24-2013, 06:29 PM
RE: Features and missing features - by NiLSPACE - 01-27-2013, 09:22 PM
RE: Features and missing features - by bearbin - 01-27-2013, 11:20 PM
RE: Features and missing features - by FakeTruth - 01-28-2013, 12:42 AM
RE: Features and missing features - by NiLSPACE - 02-01-2013, 06:44 PM
RE: Features and missing features - by NiLSPACE - 03-16-2013, 08:25 AM
RE: Features and missing features - by xoft - 03-16-2013, 05:09 PM
RE: Features and missing features - by NiLSPACE - 03-16-2013, 08:53 PM
RE: Features and missing features - by NiLSPACE - 03-16-2013, 11:27 PM
RE: Features and missing features - by FakeTruth - 03-16-2013, 11:43 PM
RE: Features and missing features - by NiLSPACE - 03-23-2013, 10:14 PM
RE: Features and missing features - by NiLSPACE - 04-10-2013, 01:29 AM
RE: Features and missing features - by FakeTruth - 04-10-2013, 03:30 AM
RE: Features and missing features - by tonibm19 - 04-10-2013, 05:14 PM
RE: Features and missing features - by NiLSPACE - 04-10-2013, 07:00 PM
RE: Features and missing features - by NiLSPACE - 04-11-2013, 04:41 AM
RE: Features and missing features - by xoft - 04-11-2013, 05:03 AM
RE: Features and missing features - by tonibm19 - 04-13-2013, 03:47 PM
RE: Features and missing features - by tonibm19 - 04-19-2013, 01:45 AM
RE: Features and missing features - by NiLSPACE - 04-19-2013, 01:53 AM
RE: Features and missing features - by xoft - 05-12-2013, 03:56 AM
RE: Features and missing features - by FakeTruth - 05-12-2013, 05:56 AM
RE: Features and missing features - by xoft - 05-18-2013, 01:32 AM
RE: Features and missing features - by NiLSPACE - 05-18-2013, 01:27 AM
RE: Features and missing features - by FakeTruth - 05-18-2013, 08:33 PM
RE: Features and missing features - by Erall - 05-27-2013, 06:07 AM
RE: Features and missing features - by Erall - 05-29-2013, 05:46 AM
RE: Features and missing features - by NiLSPACE - 05-29-2013, 05:49 AM
RE: Features and missing features - by NiLSPACE - 06-19-2013, 04:21 AM
RE: Features and missing features - by NiLSPACE - 06-25-2013, 03:56 AM
RE: Features and missing features - by FakeTruth - 06-26-2013, 06:09 AM
RE: Features and missing features - by c4commando - 08-31-2013, 12:19 PM
RE: Features and missing features - by tigerw - 08-31-2013, 06:46 PM
RE: Features and missing features - by NiLSPACE - 08-31-2013, 07:19 PM
RE: Features and missing features - by xoft - 08-31-2013, 08:36 PM
RE: Features and missing features - by NiLSPACE - 09-13-2013, 06:03 AM
RE: Features and missing features - by tonibm19 - 11-20-2013, 06:35 AM
RE: Features and missing features - by FakeTruth - 11-20-2013, 08:45 AM
RE: Features and missing features - by NiLSPACE - 12-18-2013, 06:36 AM
RE: Features and missing features - by tonibm19 - 02-16-2014, 12:08 AM
RE: Features and missing features - by FakeTruth - 02-16-2014, 12:14 AM
RE: Features and missing features - by tonibm19 - 02-16-2014, 12:21 AM
RE: Features and missing features - by NiLSPACE - 02-16-2014, 12:27 AM
RE: Features and missing features - by tonibm19 - 02-16-2014, 12:37 AM
RE: Features and missing features - by FakeTruth - 02-16-2014, 01:17 AM
RE: Features and missing features - by bearbin - 02-16-2014, 05:13 PM
RE: Features and missing features - by NiLSPACE - 04-21-2014, 07:13 PM
RE: Features and missing features - by xoft - 04-22-2014, 03:46 AM
RE: Features and missing features - by qaisjp - 06-12-2014, 05:37 AM
RE: Features and missing features - by bearbin - 06-12-2014, 05:45 AM
RE: Features and missing features - by TheGrimsi - 08-13-2014, 09:26 PM
RE: Features and missing features - by tigerw - 08-14-2014, 12:08 AM
RE: Features and missing features - by worktycho - 08-14-2014, 12:26 AM
RE: Features and missing features - by NiLSPACE - 08-14-2014, 01:11 AM
RE: Features and missing features - by tigerw - 08-14-2014, 07:16 AM
RE: Features and missing features - by TheGrimsi - 08-14-2014, 06:26 PM
RE: Features and missing features - by ThuGie - 08-14-2014, 08:44 PM
RE: Features and missing features - by NiLSPACE - 12-12-2014, 05:44 AM
RE: Features and missing features - by wudles - 12-12-2014, 07:47 AM
AI - by LogicParrot - 05-01-2015, 10:48 PM
RE: Features and missing features - by NiLSPACE - 05-01-2015, 11:29 PM
RE: Features and missing features - by tonibm19 - 05-02-2015, 12:01 AM
RE: Features and missing features - by NiLSPACE - 05-02-2015, 12:15 AM
RE: Features and missing features - by NiLSPACE - 10-12-2015, 10:44 PM
RE: Features and missing features - by NiLSPACE - 11-10-2015, 06:05 PM
RE: Features and missing features - by tonibm19 - 11-29-2015, 07:59 AM
RE: Features and missing features - by NiLSPACE - 11-30-2015, 06:10 AM
RE: Features and missing features - by tonibm19 - 11-30-2015, 04:06 PM
RE: Features and missing features - by Zubb - 01-09-2016, 12:58 AM
RE: Features and missing features - by yangm97 - 11-08-2016, 06:54 AM
RE: Features and missing features - by xoft - 11-08-2016, 04:52 PM
RE: Features and missing features - by yangm97 - 11-09-2016, 01:34 PM
RE: Features and missing features - by xoft - 11-12-2016, 08:26 PM
RE: Features and missing features - by yangm97 - 11-12-2016, 10:41 PM
RE: Features and missing features - by xoft - 11-12-2016, 11:22 PM
RE: Features and missing features - by yangm97 - 11-15-2016, 07:41 AM
RE: Features and missing features - by ShadowCone - 11-15-2016, 08:43 AM
RE: Features and missing features - by _XxFedexX_ - 04-12-2021, 08:35 PM
RE: Features and missing features - by NiLSPACE - 04-12-2021, 09:06 PM
RE: Features and missing features - by tigerw - 04-19-2021, 04:38 AM
RE: Features and missing features - by _XxFedexX_ - 04-19-2021, 04:48 AM



Users browsing this thread: 1 Guest(s)