On Wed, Mar 24, 2010 at 11:03 PM, narendra babu
<[email protected]> wrote:
> I have a Solaris C/c++ based code which is having that makes use of transport
> layer interface (TLI) calls (STREAMS) instead of standard BSD socket calls.
> as linux doesn't support these TLI calls.
>
>
> Please let me know how we can implement Streams in Linux , do we have any
> Library to use so that it supports STREAMS functionality .
Sun stopped developing Streams ages ago and is keeping it
around only for backwards compatibility. You should consider
rewriting you code using BSD sockets as it will increase
future portability.
That said, of you still need to use streams, try iBCS first.
It allows you to run most Solaris x86 binaries unmodified
on Linux x86.
http://sourceforge.net/projects/linux-abi/
Linux Streams (LiS) is also available, but I'm not sure
if it's usable for production quality code and question
its compatibility with future linux kernel developments.
http://email.gcom.com/home/linux/lis/
- Raja
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc