Package motherhamster :: Module editorconnection

Module editorconnection




a little class to take care of communicating to/from editor processes
it uses sockets & select for asynchronous operation 
(it avoids asyncore because we don't want to add to the global asyncore map
 because games might want to use asyncore and we shouldn't be in the way)
 
(C) Copyright 2007 Hamster Republic Productions



Classes
  Connection