Page 1 of 1

Does it work on Itanium?

Posted: Thu 27 Apr 2006 14:30
by johnqh
Just curious. Would it work on Itanium (Windows 2k3, .NET 2.0).

Posted: Fri 28 Apr 2006 06:33
by Alexey
Yes, MySQLDirect will work on Windows 2k3, .NET 2.0.

Posted: Sat 06 May 2006 18:23
by johnqh
Is it compiled as x32 binary, or native 64-bit binary for Itanium?

I am asking because Itanium's x32 execution speed sucks.

Posted: Wed 10 May 2006 07:49
by Alexey
MySQLDirect is .NET data provider.
.NET applications are compiled by JIT-compiler, all native instructions are created in run-time.

Posted: Sat 13 May 2006 19:13
by johnqh
Doesn't MySQLDirect uses some kind of mysql library? Is the mysql library Itanium native?

Posted: Mon 15 May 2006 07:39
by Alexey
In Direct=true mode MySQLDirect doesn't use any kind of mysql library, but uses network interface.