Hi, I think the server must accept 3 concurent connections, instead of 2. This is very simple to modify:
private final static int MAX_THREADS = 3; Just modify the constant, and the server accept tree connections instead of 2. This is my opinion, Adrian 2009/4/14 Jon Carlson <[email protected]> > Does anyone know what he means in the homework when he says: > > > > Build and run 3 client instances (instead of 2) > > > > *Jon Carlson P.E.* > > *Engineering Director* > > *CC Technics, Inc.*** > > 253-250-1600 cell > > 253-473-9295 office > > 253-476-2712 fax** > > [email protected] > > www.cctechnics.com > > > > DISCLAIMER: > > *This message is confidential, intended only for the named recipient(s) > and may contain information that is privileged or exempt from disclosure > under applicable law. If you are not the intended recipient(s), you are > notified that the dissemination, distribution or copying of this information > is strictly prohibited. If you received this message in error, please notify > the sender then delete this message.* > > > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
