I am trying to make a multiplayer game where many calculations are done on the server with multiple clients. How could I have my server listen for new clients, while calculating for the game. Everything I have tried pauses the entire program while it runs ServerSocket.accept(). Is there any way around this? Thanks in advance.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
closed as too localized by EJP, thkala, mpapis, home, Radu Murzea Jan 13 at 13:32
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
Either the game loop or |
|||||||
|