Does it work on Itanium?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
johnqh
Posts: 5
Joined: Thu 27 Apr 2006 14:28

Does it work on Itanium?

Post by johnqh » Thu 27 Apr 2006 14:30

Just curious. Would it work on Itanium (Windows 2k3, .NET 2.0).

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 28 Apr 2006 06:33

Yes, MySQLDirect will work on Windows 2k3, .NET 2.0.

johnqh
Posts: 5
Joined: Thu 27 Apr 2006 14:28

Post by johnqh » Sat 06 May 2006 18:23

Is it compiled as x32 binary, or native 64-bit binary for Itanium?

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

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 10 May 2006 07:49

MySQLDirect is .NET data provider.
.NET applications are compiled by JIT-compiler, all native instructions are created in run-time.

johnqh
Posts: 5
Joined: Thu 27 Apr 2006 14:28

Post by johnqh » Sat 13 May 2006 19:13

Doesn't MySQLDirect uses some kind of mysql library? Is the mysql library Itanium native?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 15 May 2006 07:39

In Direct=true mode MySQLDirect doesn't use any kind of mysql library, but uses network interface.

Post Reply