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

2009-05-11 Thread Seo Sanghyeon
2009/5/12 Vernon Cole :
> 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?

1. No idea.
2. Yes.

-- 
Seo Sanghyeon
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


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

2009-05-11 Thread Curt Hagenlocher
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  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@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


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

2009-05-11 Thread Michael Foord

Vernon Cole 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?
  
I don't know the answer to 1 but I'm pretty sure the answer to 2 is 
maybe. :-)


By which I mean that ADO.NET  is available on Mono and so does stand a 
chance of working.


Michael


--
Vernon Cole
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
  



--
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog


___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


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

2009-05-11 Thread Vernon Cole
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@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com