"Round-robin" way of multithreading

I

Ioannis Vranos

I was checking .NET multithreading lately, and my book mentions that the
thread scheduler provides quantoms of a time to each thread in "round
robin" fashion.

Is there any on line reference about it? I suppose it is just a circular
fashion.
 
J

Jochen Kalmbach

Hi Ioannis Vranos,
I was checking .NET multithreading lately, and my book mentions that the
thread scheduler provides quantoms of a time to each thread in "round
robin" fashion.

Is there any on line reference about it? I suppose it is just a circular
fashion.

At the moment .NET uses the normal windows threads. Therefor you can find
more details on threading in

See: Inside Windows 2000 Third Editon
http://www.sysinternals.com/insidew2k.shtml


There are 37 pages only about Thread-Scheduling.

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top