Search:

Type: Posts; User: ineedahero

Search: Search took 0.08 seconds.

  1. Re: Why isn't my synchronized function acting synchronized?

    Sorry for the confusion.

    run() and processMessage() are both in the player class. The player class implements runnable.

    The player class itself is a part of the server class.

    It seems like...
  2. Why isn't my synchronized function acting synchronized?

    I have a multi-threaded network/client program that plays a game of tic-tac-toe.

    I always begin by asking the client if he's a new or existing player.

    If he's a new player, I ask him what he...
Results 1 to 2 of 2