ThreadPool on Multiple processor machines
hi,
i writing number crunching server application , able split work across multi processors on server. sufficient use .net threadpool , queue tasks on different threads? not sure because operating system point of view threads running within same operating system process , therefore not split across different processors. if case how can make use of multi processor architecture on .net applications?
regards
vikram
.NET Framework > Common Language Runtime Internals and Architecture
Comments
Post a Comment