Hi, I found this seems to be a problem under extreme load when trying to start new threads - they are delayed by such a long time that it just appears that way.
Regards, Glen On Nov 23, 2007 2:06 PM, Glen Ford <[EMAIL PROTECTED]> wrote: > Hi, > > > I have written some test code and found that using a ThreadPool seems > to bind all those threads to the same CPU - however if I create > threads using parametrised thread start then they are not bound to one > cpu but evenly spread. > > This is an issue for me as I am using a remoting service and its > internal use of thread pool means that I am not using all the CPU's in > my system and becoming CPU bound. > > Is this expected behaviour? > > > Regards, > > > Glen > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
