On Wed, 2008-09-03 at 12:23 -0400, Avery Pennarun wrote: > So my next question then is: is there any way to get mono to *not* use > threads unless you explicitly ask it to do so? It seems like just the > GC and JIT are threads right now, right? Actually I don't know enough > to even describe why the JIT would want to be a thread anyway...
AFAIK, the JIT does not use or require a separated thread, but you are forgetting the finalizer thread... Ciao, Massi _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
