View Single Post
  #14 (permalink)  
Old 09-01-2008, 01:43 AM
Nicholas Jordan's Avatar
Nicholas Jordan Nicholas Jordan is offline
Senior Member
 
Join Date: Jun 2008
Location: Southwest
Posts: 1,018
Rep Power: 3
Nicholas Jordan is on a distinguished road
Post who's on first....
This question of stopping the server ( ?.... ) is modeled by the classic comedy routine who's on first. Given that you have client[] then it is clientArray[index].stopOperations();

What I discovered was some code seeking /#quit then printing that to console but not doing anything about it,... that is what my short code tries to convey: if ( command == stop ){stop that client;}

Also, sometimes ? is actually compiler notation for no memory for that variable so let's be careful in discovering where the '?' character is actually generated.....

Eranga and I are more interested in a giant switch tool....

{ for debugging write everyting to a file......remove println statements for shipping }
__________________
Introduction to Programming Using Java.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor

Last edited by Nicholas Jordan; 09-01-2008 at 01:58 AM. Reason: debugging
Reply With Quote