[Mono-list] Mono and IO Performance

Miguel de Icaza miguel at novell.com
Mon Mar 28 13:26:19 EDT 2011


Hello Julien,

    In that case, your best course of action is to use the new Mono
profiler to track down allocations (those tend to be the most
harmful), then locks (there is special support for tracking lock
contention) and then timing issues.

    A self-contained test case might help others that might want to
look into this.

Miguel


More information about the Mono-list mailing list