[Mono-list] mono on a 64bit machine

Kala B Kala B <kalabalun@gmail.com>
Thu, 5 May 2005 09:24:09 +0530


Hi,

Does mono work fine on 64 bit Linux machines? Can you give me the
exact version number of mono which needs to be used on a 64 bit
machine.

I ran a test C# application on mono 1.0.4. The C# code is as follows:

using System;
using System.Threading;
class test
{
    public static void Main()
    {
         Thread.Sleep(60*5*1000);
    }
}

When compiled and run, the application sleeps as expected. But there
are 5 mono processes running.

The same when run on a 32-bit machine, shows only 2 processes.=20

It would be helpful if someone can explain the behaviour of mono on 64
bit machines.

Thanks & Regards
Kala B.