[Mono-devel-list] Processes
Miguel de Icaza
miguel at ximian.com
Thu Feb 12 22:17:23 EST 2004
Hello,
> 5 threads!!! Is't OK? (I'm using Mono 0.29 on Linux)
Let me explain:
One of them is actually a separate process, not a thread, which
is used for io handle sharing. This will be shared by any mono
invocations in your system, so it only counts once.
One is used by the GC (semantics of .NET)
The main thread becomes the manager, and your code is actually
executed on a separate thread.
Miguel.
More information about the Mono-devel-list
mailing list