[clean-list] fopen of named pipe fails with "IO Error: FOpen: seek to end of file failed"

John van Groningen johnvg at cs.ru.nl
Wed Aug 22 17:53:29 MEST 2007


David Norris wrote:
>..
>Does StdFile support use of named pipes on linux?

No, except that reading and writing to redirected stdin/stdout will probably
work.

> What options exist for implementing interprocess communication using Clean on linux?

You could use the c interface to call c functions for interprocess communication.

clm communicates with the clean compiler using named pipes. You can find
this code in the directory compiler/main/Unix of the source code .tar of Clean,
in the files ipc.* and CoclSystemDependent.icl.

Kind regards,

John van Groningen
 


More information about the clean-list mailing list