View Single Post
  #14 (permalink)  
Old 09-01-2008, 02:43 AM
Nicholas Jordan's Avatar
Nicholas Jordan Nicholas Jordan is offline
Senior Member
 
Join Date: Jun 2008
Location: Southwest
Posts: 879
Nicholas Jordan is on a distinguished road
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 }
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor

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