[Mono-devel-list] Embedding mcs into ASP.NET.

Ben Maurer bmaurer at ximian.com
Fri Apr 1 14:55:24 EST 2005


On Fri, 2005-04-01 at 13:42 +0200, Zoltan Varga wrote:
> The memory management inside ref.emit is not very embedding friendly right
> now, i.e. it is highly possible that there are memory leaks so memory usage will
> probably increase with each compilation.

The mcs embedding stuff would be a great test case for this. When Miguel
told me about the mcs embedding stuff I actually pondered about using it
as a leakage/race stress test for appdomains. My idea was:

Start up N appdomains in N threads and give each a different task for
compilation. Run this in a loop M times.

Since mcs touches so many parts of the runtime, I think this would be a
great stress test.

-- Ben




More information about the Mono-devel-list mailing list