[squeak-dev] XTream timings

David T. Lewis lewis at mail.msen.com
Fri Dec 4 17:28:16 UTC 2009


On Fri, Dec 04, 2009 at 11:58:28AM -0500, Jason Rogers wrote:
> Would it be possible to have Xtreams on STDIN, STDOUT, STDERR? Of
> would that require use of OSProcess?

On most unix boxes you should be able to use /dev/stdout as if it
were a file, thus OSProcess should not be necessary. You'll need
OSProcess if you want to set stdin for non-blocking reads to prevent
blocking the VM.

Dave
 



More information about the Squeak-dev mailing list