[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: .NET (c/o Mono) Bindings

From: steven.higgan <steven.higgan_at_orcon.net.nz>
Date: 2005-12-01 09:00:39 CET

Call me a '.net purist' if you like but there is no way in hadies that you
will get the same performance out of a 'java byte code to msil conversion'
as you would writing the thing in .net (pref 2.0) from the beginning.

The only managed wrapper that I have seen is 'NSvn' a library written for
ankhsvn (ankhsvn.tigris.org)

Let me tell you that the nsvn library is a hellovalot smaller than 9mb

-----------------------------------------------
Steven H, 3rd Year B.I.T. Dunedin, New Zealand
.net madGeek
  
________________________________________
From: Kyle Kline [mailto:kyle.kline@gmail.com]
Sent: Thursday, 1 December 2005 10:26 a.m.
To: users@subversion.tigris.org
Subject: Re: .NET (c/o Mono) Bindings

It doesn't run a VM inside of the .NET CLR -- IKVM in this usage actually
converts the Java bytecode directly into MS/Mono CIL -- it runs directly on
the Mono/.NET VM.

To the CPU -- make sure you GAC & prejit (ngen/aot) on GNU.Classpath.dll,
since it is rather large (9mb I think).

The solution performed just fine for me on a rather lowly box.

-Kyle
On 11/30/05, Toby Johnson <toby@etjohnson.us> wrote:
Kyle Kline wrote:
> Previous post -- you can use the javahl bindings by compiling javahl
> to a .NET dll with IKVM:
>
> http://svn.haxx.se/users/archive-2005-05/0065.shtml
I tried that and it was a complete dog. My CPU went to 100% and stayed
there immediately on loading the bindings. Running a Java VM from within
.NET is just one too many levels of indirection I think!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.10/189 - Release Date: 30/11/2005
-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.10/189 - Release Date: 30/11/2005
 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 1 09:05:42 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.