This is the mail archive of the ecos-discuss@sourceware.org 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]

Re: pthread processor binding


It may make sense especially on a heterogeneous MP
platform, where you might want to bind certain threads
that do expensive work on more capable processors, and
other less demanding threads to cheaper cores.

--- Andrew Lunn <andrew@lunn.ch> wrote:

> On Wed, Feb 14, 2007 at 04:07:56PM -0800, Ahmed
> Abdelkhalek wrote:
> > Hi everyone,
> > 
> > Some pthread implementations allow binding a
> thread
> > for execution on a particular processor or a set
> of
> > processors (google pthread_pset_bind_np). Are
> there
> > plans to include this in future ecos realeases?
> 
> None that i know of. Does this even make sense in an
> RTOS? I've not
> thought about this long enough to answer that
> question...
> 
> Anyway feel free to implement it yourself.
> 
>        Andrew
> 



 
____________________________________________________________________________________
Get your own web address.  
Have a HUGE year through Yahoo! Small Business.
http://smallbusiness.yahoo.com/domains/?p=BESTDEAL

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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