News

I'm writing a network version of blackjack, and I figure ill fire off a thread for each client, now the problem is i want all the game logic to be in the main thread, how should I get data back ...
Cameron Laird revisits the practice and concepts of multithreaded programming in Java, this time focusing on more intermediate programming solutions for today's distributed computing problems.