[Mono-dev] Mono: Seeing multiple mono processes?
Robert Jordan
robertj at gmx.net
Tue Feb 10 08:27:46 EST 2009
FirstName LastName wrote:
> Hi,
>
> I'm running mono on a arm. When I launch my application, I see multiple mono processes.
>
> when I do this on my ubuntu machine (x86), i don't see this. I even tried this on a PPC and I don't see this.
>
> I only see this on the arm.
>
> Can someone explain me why or refer me to some documentation onto why do I have multiple mono processes?
Your ubuntu machine has NPTL threads (kernel >= 2.6) while the ARM one
probably not. Linux' old threading system is mapping threads to
processes 1:1.
Robert
More information about the Mono-devel-list
mailing list