This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Pipes for eCos


John Schwartz wrote:
> 
> We have recently decided to use eCos in our system.  Under our old system we
> used pipes and accompaning functions (i.e. read(), write(), select(), etc.)
> In looking through the documentation, I have not run across anything that is
> similar. I currently have ver. 1.3.1.   Does this  eCos version or any other
> support pipes?

Not pipes in the Unix sense, but then pipes are primarily for IPC, which
doesn't make a lot of sense for a single process, multi-threaded system
:-).

You could use POSIX message queues instead, and then still retain the
ability to read, write and select on them.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]