Re: [Mono-dev] Memory leaks

2005-09-15 Thread Paolo Molaro
On 09/15/05 Thorsten Schuett wrote: > I "ported" a simulation from Visual C# beta 2 to mono this week. You can't > really call it porting, because I only had to remove references to Stopwatch. > But anyway, thanks to all of you for making it so easy. > > It is a long running application, therefo

Re: [Mono-dev] Checking out sources

2005-09-15 Thread Paolo Molaro
On 09/15/05 Johann BLAIS wrote: > I'm desperately trying to check out the sources of Mono. I tried the > method described in the mono site > > svn co svn://mono.myrealbox.com/source/trunk/mcs This is the correct way and it works fine. I don't think there were any glitches lately in the server, s

Re: [Mono-dev] PowerPC/Linux port of mono-1.1.9

2005-09-15 Thread Paolo Molaro
On 09/12/05 Brian Strelioff wrote: > I am trying to get mono-1.1.9 running on a Linux/PowerPC system. I could not > find any existing binaries, so I am trying to bootstrap it from scratch. > > After some much appreciated hints from Paolo, I am running into the > following issues: > > 1) A ./confi

RE: [Mono-dev] Checking out sources

2005-09-15 Thread Jonathan S. Chambers
Or try: svn co svn://svn.myrealbox.com/source/trunk/mcs if the difference matters. I don't know. - Jonathan -Original Message- From: [EMAIL PROTECTED] on behalf of Paolo Molaro Sent: Thu 9/15/2005 1:07 PM To: mono-devel-list@lists.ximian.com Cc: Subject:Re: [Mono-d

[Mono-dev] Mono runtime performance (Benchmark.cs code)

2005-09-15 Thread Graeme Geldenhuys
Attached is the code for the Benchmark.cs application... Benchmarks.cs Description: Binary data ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] patch for Mono.Cairo ImageSurface

2005-09-15 Thread Hisham Mardam Bey
Done. Wow! talk about lagged email! (3 days late) On 9/13/05, Miguel de Icaza <[EMAIL PROTECTED]> wrote: > Hello, > > > Here is a patch to add the two other relevent > > constructors to ImageSurface and Obsoletes the Surface.CreateForImage () > > methods. If Mono.Cairo is not frozen it wou

Re: [Mono-dev] Remothing through HTTPS

2005-09-15 Thread Sebastien Pouliot
On Thu, 2005-15-09 at 15:42 +0200, Yngve Zackrisson wrote: > Extract ... > > > > C) Client side certificate handling in Win32. > > > > > >I use "HttpWebRequest.ClientCertificates.Add(x509Certificate)" > > >to set the client certificate. > > > > > ... > > > >Are there any open sou

Re: [Mono-dev] Remothing through HTTPS

2005-09-15 Thread Yngve Zackrisson
Sorry bothering again but I have more questions / troubles. > >Is there any other way to get the key?. > > You can get a list of the private keys (there can be more than one) > available in the PKCS#12 file by using the Keys property. > 1) Just a clarification. The Keys is a ArrayList o

Re: [Mono-dev] questions regarding contributing

2005-09-15 Thread Paolo Molaro
On 09/14/05 Andy Waddell wrote: > Linux with anonymous SVN access so that I can stay current. So far, > I've managed to get most of the code I need to compile (using gmcs) and > my next task will be to get the unit tests up and running in some form > so that I can verify the runtime behavior. G

Re: [Mono-dev] Mono runtime performance

2005-09-15 Thread Paolo Molaro
On 09/14/05 Graeme Geldenhuys wrote: > If you mean the Benchmark.exe must be built with optimizations on, I have > done that. It runs a You need to _run_ it with optimizations enabled: mono -O=all,-ssapre Benchmark.exe Building with optimizations enabled has basically no effect. lupus

Re: [Mono-dev] PowerPC/Linux port of mono-1.1.9

2005-09-15 Thread Paolo Molaro
On 09/14/05 Brian Strelioff wrote: > I am using the DENX/ELDK (an embedded PowerPC) distribution, circa linux Never heard of it. Does it use normal libc? > 2.4.25, gcc 3.3.3. I have downloaded and built the latest perl and bison, > both of which passed all their internal tests. Your first issue

[Mono-dev] [PATCH] Building java profile

2005-09-15 Thread Ynon Koralek
Hello, Enclosed are two patches: The sources_list patch extends the mechanism of .sources and gives the possibility to have a sources file per profile and also an optional exclude.sources per profile. These files support also the inclusion of other files. This is the way Ben preferred. The java_

[Mono-dev] FW: [Mono-devel-list] System.Data : DataTable.Select performance

2005-09-15 Thread Boris Kirzner
>> It seems that my mail failed to reach a devlist, so I'm resending it. Hello all, The example attached demonstrates the performance problem in DataTable.Select - we run 30-40 times slower than .Net. The cause for this problem is creating a new index for each select executed without actually add

Re: [Mono-dev] patch for Mono.Cairo ImageSurface

2005-09-15 Thread Miguel de Icaza
Hello, > Here is a patch to add the two other relevent > constructors to ImageSurface and Obsoletes the Surface.CreateForImage () > methods. If Mono.Cairo is not frozen it would be better to just delete > them instead of marking them obsolete. Makes sense, lets do that. Feel free to commi

[Mono-dev] Memory leaks

2005-09-15 Thread Thorsten Schuett
Hi, I "ported" a simulation from Visual C# beta 2 to mono this week. You can't really call it porting, because I only had to remove references to Stopwatch. But anyway, thanks to all of you for making it so easy. It is a long running application, therefore I used an IA64 at work. Almost everyt

Re: [Mono-dev] Remothing through HTTPS

2005-09-15 Thread Yngve Zackrisson
Extract ... > > C) Client side certificate handling in Win32. > > > >I use "HttpWebRequest.ClientCertificates.Add(x509Certificate)" > >to set the client certificate. > > ... > >Are there any open source code (.NET Mono C#) - about > >client side certificate authentication -

[Mono-dev] libgnomesharpglue error MonoDevelop 0.7 on Mac OSX 10.4 Tiger

2005-09-15 Thread Lifewarped
I wasnt sure if i should send this to the Mono or Monodevelop list... but because its a Mono exception... relating to Native linking (by the looks of it) i figured it would be best here. Im trying to run monodevelop on OS X. Ive got Gnome Installed and Running as well as GTK# etc. Ive edite

RE: [Mono-dev] help: how to compile mono for arm or some link todownload binary for ARM

2005-09-15 Thread Jose Pascual
I have downloaded mono-1.1.9.tar.gz, decompressed and I have tried with: a) in a arm board with debian #> ./configure result: configure: error: No JIT or interpreter support available or selected. b) in a arm board with debian #> ./configure --target=arm-linux result : the same, c) in a x86 bo

[Mono-dev] XSP path configuration?

2005-09-15 Thread Jérémie Lumbroso
Hello, It would seem the entire Mono framework has a problem handling paths that contain non-ASCII characters, for instance the acute accent on the 'e' of my first name, Jérémie (I've noticed that Firefox has this problem too). This is problem that is somewhat resolved when specifying the proper

Re: [Mono-dev] Remothing through HTTPS

2005-09-15 Thread Sebastien Pouliot
Hello Yngve, On Thu, 2005-15-09 at 12:27 +0200, Yngve Zackrisson wrote: > Hi > > I am still struggling with remoting and HTTPS:-). > After studying more I have a couple of questions: > > A) Server certificate (for Linux / Mono): > >On #75751 I questioned: > >1) Is it posible to creat

[Mono-dev] Patch for compiling HttpApplication for Grasshopper (without use of yield)

2005-09-15 Thread Eyal Alaluf
Hi, Ben & all. Attached is a patch to rewrite the 'Pipeline' & 'RunHooks' methods without the use of yield. The code is under '#if TARGET_JVM' and is meant for the Grasshopper configuration. Ben & Miguel - would you prefer having this patch as is (including the #if TARGET_J2EE) or is it accept

[Mono-dev] Patch for compiling PagedDataSource in Grasshopper

2005-09-15 Thread Eyal Alaluf
Hi, all. The issue handled is the use of yield in PagedDataSource.cs. I rewrote this under #if TARGET_JVM. I'd rather have one code base for this (removing the use of yield from the Mono code). I don't see any advantage here for having the two codes side by side. The main thing I am missing is

[Mono-dev] questions regarding contributing

2005-09-15 Thread Andy Waddell
Sorry if this message get duplicated, but I’m having some trouble posting it.   Hi all.    I work at a start up here in Silicon Valley (http://www.fnfr.com) and I’m tasked with getting a subset of our application to run on Mono.  It’s all being coded in C# using MS Visual Studio 2005

Re: [Mono-dev] compiling debugger cant find termcap library on Suse 9.2

2005-09-15 Thread Joe Audette
Thanks that was it! (ncurses-devel) Cheers! Joe --- Atsushi Eno <[EMAIL PROTECTED]> wrote: > Hi, > > > > configure: error: Cannot find termcap library > > > > Any suggestions how to resolve this. I did install > > termcap from Yast but that didn't solve it. When I > > look in /usr/lib/termca