How can I use my multiple cored dedicated server to run my java application?
Posted
by Delta
on Stack Overflow
See other posts from Stack Overflow
or by Delta
Published on 2009-11-17T00:06:46Z
Indexed on
2010/05/10
8:44 UTC
Read the original article
Hit count: 257
I have a game built in a java environment and I use JVM.
I have 4 cores @ 2.4Ghz and my server is only using one of those cores...
I've tried and searched and I still have no guides to setup multiple cores to run the game like, say 1 core for running the character saving + loading, and 1 core for the server itself, and 1 core for a helper to help other cores that need more power.
I don't even know if this is possible but this is all in java the operating machine is windows server 2003 and I've tried so hard I just don't know what to do.
May someone please help me!
Thank you so much!
© Stack Overflow or respective owner