How to force one thread running on a single cpu in multi-cpu system

Sean Kelly sean at invisibleduck.org
Fri May 8 08:15:51 PDT 2009


davesun wrote:
> hello
> How to force one thread running on a single cpu in multi-cpu system but
> without switching,just like the thread in windows iocp model.

A thread pool perhaps?  Like a producer-consumer model?  That's 
basically how Windows IOCP works anyway.  If you use Tango, look at the 
documentation for tango.core.sync.Condition, or core.sync.Condition for 
D 2.0.


More information about the Digitalmars-d-learn mailing list