2008-06-10 07:34:58 is it possible to run Threads on core B
Stephen Sheldon (GERMANY)
Message: 56923
Hi,
I only read how to run an uClinux on Core A and run a other Application on Core B.
But I would like to run an uClinux Application on Core A and some threads of this Application on Core B.
Is this possible? Is there any example?
Regards
Stephen
TranslateQuoteReplyEditDelete
2008-06-10 07:59:19 Re: is it possible to run Threads on core B
Robin Getz (UNITED STATES)
Message: 56924
Stephen:
Not possible. Do split threads across cores would require a cache coherant system.
The best you can do is run Application A on Core A, and Application B on core B - but they can not share memory.