[IronPython] adodbapi with ado.net? (on MONO?)

Curt Hagenlocher curt at hagenlocher.org
Tue May 12 00:33:53 CEST 2009


In principle, using ADO.NET and a purely managed database driver would
eliminate most native <-> managed transitions. So in particular, you
shouldn't need to marshal string data back and forth any more. On the other
hand, database and network I/O is still much more of a bottleneck than local
operations ever could be...
How well does adodbapi work as a 64-bit process? Does it just automatically
use a 64-bit version of ADO?

On Mon, May 11, 2009 at 8:32 AM, Vernon Cole <vernondcole at gmail.com> wrote:

> Question for the group:
>  If I were to fork a version of adodbapi which used ado.net (rather
> than COM ado) ...
>  1) would it work any better/faster than the existing code on Windows?
>  2) is there any chance that it would run under MONO on Linux?
> --
> Vernon Cole
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090511/0fdfebf7/attachment.html>


More information about the Ironpython-users mailing list