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?
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to