This is the mail archive of the ecos-maintainers@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]

multi-threading in eCos and Linux


Hi,

I am going to write a cross-platform multithreading program in eCos and Linux, 
as I know, both eCos and Linux are support POSIX thread (p_thread) and eCos 
also have some API  (cyg_thread) to handle multi-threading. I want to write an 
crossplatform compatible program which suit to eCos and Linux. So I want to 
use POSIX thread to develop this program. But I afraid the performance of 
POSIX thread in eCos is not good as cyg_thread in eCos. Could you suggest me 
that which threading API in eCos is prefered( p_thread or cyg_thread)? Thanks 
a lot.

Regards,
Tim 


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