Guest Posted February 27, 2012 Share Posted February 27, 2012 (edited) delete Edited August 27 by pleaseforgotthisforever delete Quote Link to comment Share on other sites More sharing options...
Brak710 Posted March 4, 2012 Share Posted March 4, 2012 Fairly new to clustering, I am in a position to where I can get lot of 10 PC's for about $50. Want to see if it would be possible to cluster A server for a game called minecraft, I also want to ramdisk this java game. is this possible? Minecraft is not multithreaded. Running it on a cluster is either impossible or not worth it. Even if it could, you'd need some fast interconnects to make it even sustainable. Your best bet is getting a Core2Quad with 8GB RAM and trying that. Will save you more money long term, anyways. Quote Link to comment Share on other sites More sharing options...
Dioxin Posted March 5, 2012 Share Posted March 5, 2012 Minecraft is not multithreaded. Running it on a cluster is either impossible or not worth it. Even if it could, you'd need some fast interconnects to make it even sustainable. Your best bet is getting a Core2Quad with 8GB RAM and trying that. Will save you more money long term, anyways. NOT Multi-Threaded???? it would be pretty piss poor if that were the case! you might be referring to the client and not the server. tbh, if you can get the 10 computers for $50 and dont mind putting some grunt into getting them running, I'm pretty sure there are some fun things you can do with them. (ps I'm currently working on clustering a group of 4 i5 2500K with 8Gbs ram... got the PXE boot working at the weekend :D ) Quote Link to comment Share on other sites More sharing options...
Brak710 Posted March 7, 2012 Share Posted March 7, 2012 NOT Multi-Threaded???? it would be pretty piss poor if that were the case! you might be referring to the client and not the server. tbh, if you can get the 10 computers for $50 and dont mind putting some grunt into getting them running, I'm pretty sure there are some fun things you can do with them. (ps I'm currently working on clustering a group of 4 i5 2500K with 8Gbs ram... got the PXE boot working at the weekend :D ) The minecraft server jar is not multi-threaded. Even third-party (now first-party, I guess).jars like Bukkit server are barely mulch-threaded, and only addons can spawn their own threads. The server itself is single threaded. I have been a minecraft server op for a long time, and I host a large server myself. I assure you, it's piss poor. Quote Link to comment Share on other sites More sharing options...
santoroma17 Posted April 10, 2012 Share Posted April 10, 2012 The minecraft server jar is not multi-threaded. Even third-party (now first-party, I guess).jars like Bukkit server are barely mulch-threaded, and only addons can spawn their own threads. The server itself is single threaded. I have been a minecraft server op for a long time, and I host a large server myself. I assure you, it's piss poor. http://www.minecraftwiki.net/wiki/Server Under "Server requirements" it says "Minecraft servers, as of 1.1.0, can use multiple cores, so now they won't sit idle." That was 1.1.0 where have you been, i thought you said you have been doing this for a while. Quote Link to comment Share on other sites More sharing options...
Brak710 Posted April 11, 2012 Share Posted April 11, 2012 http://www.minecraftwiki.net/wiki/Server Under "Server requirements" it says "Minecraft servers, as of 1.1.0, can use multiple cores, so now they won't sit idle." That was 1.1.0 where have you been, i thought you said you have been doing this for a while. I'm almost certain that is garbage collection by the JVM, as that can be threaded. Fire up a server and watch what happens to the CPU graphs. I can even show you graphs of my boxes... 1-100% used, 101-400% practically idle. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.