Graeme Winter - 2010-11-22

select() will work fine on *nix, will fail on Windows. Therefore need:

  • timeout implemented via Timer thread
  • thread for standard error
  • thread for standard out

Will need to implement these with correct join() statements.