iomonad.c

Sven Panne Sven.Panne at aedion.de
Sat Feb 21 18:58:10 EST 2004


Ross Paterson wrote:
> I don't think hSetBinaryMode can be implemented on top of stdio (which
> Hugs uses)  [...]

And I'm not sure if hPutBufNonBlocking and hGetBufNonBlocking can be implemented
on top of stdio. I've implemented the java.io package for my previous company,
and we had to switch to file descriptors to get the required (non-)blocking
behaviour. Perhaps we have to abandon stdio in Hugs at some point, too...

Cheers,
    S.




More information about the Cvs-hugs mailing list