Hi, Yes, it's a .NET binary. I am developing in VS.NET on windows but running the app on Linux OS.
Strange thing is, I can execute this as ./app on the 64bit Linux ubuntu systems I have tried, but on the 32bit ones, I have to do 'mono app.exe' and this _seems_ to effect performance. At least the app handles half as many queries per second on the testing I've done so far. Performance seems to drop by half compared to the version I can run as ./app, and I don't know why this is. If the code is running through some form of interpreter, perhaps this is the reason? Can I perhaps compile the app on Windows with Mono and not get this issue? -- View this message in context: http://mono.1490590.n4.nabble.com/Cannot-execute-binary-file-tp3711483p3711714.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
