[Mono-dev] Problems with ThreadPool

Paulo Aboim Pinto aboimpinto at gmail.com
Tue Jan 20 15:54:48 EST 2009


Hello

I'm developing an application that will run in windows and linux usign .NET
Framework 2.0 and Mono.

This application (and ETL) will process files. The operator will change the
configuration of the number of files that will process each time according
with memory and number of files to process.

In .NET framework I can use the ThreadPoll and set the new MaxThreads. In
mono, I have that method (ThreadPool.SetMaxThreads) but that method don't do
anything.

I check the file mcs/class/corlib/System.Threading/ThreadPool.cs
and in the method has the tag:
[MonoTODO("The max number of threads cannot be decremented.")]

In windows I can do .. why I can't do that in linux??


anyone can help me?!?
regards
Paulo Aboim Pinto
Odivelas - Portugal

How can I use this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090120/81e65169/attachment-0001.html 


More information about the Mono-devel-list mailing list