On Sun, Oct 25, 2009 at 7:21 AM, narendra babu <[email protected]>wrote:
> > Hello Friends , > > I am working on Solaris code which is using lot of solaris thread apis and > i need to port it to Linux threads . > > is there any way we can port the Solaris threads to Linux threads . > > I searched for some documents in google, but still i need some more inputs > like what are the performance issues i need to take care when i move to > Linux Threads . > > I need to take entire Multithreaded solaris code and move it to Linux and > compile and build . > What are the issues i will be facing when i do migration from Solaris to > Linux other that API diffrences . > This may also help you, http://www.ibm.com/developerworks/eserver/articles/porting_linux/ Moreover in both OS they used POSIX 1000.1C standard. So its easy to migrate your threads programs. But they mentioned that in solaris, they used some proprietary APIs for some special purpose. So you should take care only for this APIs. -A S Prakash _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
