On Wed, Jun 17, 2009 at 10:09, Philippe Gerum<[email protected]> wrote: > > As you have probably understood already, building a full real-time to > real-time data path using pipes is not possible; this said, this is not > the purpose of this API anyway, which has been designed for real-time to > non-RT communication.
I was hoping to use rt_pipe + select in real-time context to implement a data receiving server for real-time inter-process communication. Is this possible ? What would happen if the real-time clients open the pipes as rt_pipes and start sending data in ? What's the alternative to listen in real-time to many connections from a single thread ? Peter _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
