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. It would be helpful if someone can explain the behaviour of mono on 64 bit machines. Thanks & Regards Kala B. _______________________________________________ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list