[Mono-list] Memory allocation problem

2004-05-16 Thread Fredrik Hedberg
While running --profile (see attachment) on a mono application reading text into an odbc database, the total allocatde memory is reported as 44 MB. In linux (i686) ps/top reports using about 700MB mem and swaps intensivly. Is this a problem with GC/mono or my application code? Does "--profile" no

Re: [Mono-list] A Plugin and WebService Issue

2004-05-20 Thread Fredrik Hedberg
http://primates.ximian.com/~miguel//texts/cli-plugins.html tor 2004-05-20 klockan 03.14 skrev Pablo Fischer: > Hi! > > I would like to have some comments and suggestions about a issue. > > I am working in a Blog Client (mbloggy) that will work ONLY in SOAP (NO > XMLRPC) for different CMS and Blo

[Mono-list] Mono on Sparc64/Debian

2004-05-21 Thread Fredrik Hedberg
While compiling Mono (Beta1) on Sparc64/Debian; gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fe

[Mono-list] Batch inserts with ADO.NET

2004-05-21 Thread Fredrik Hedberg
Hi, What would be the best way do do batch inserts (like jdbc prepared statement) with ADO.NET. Currently while doing larger data inserts (1M and more) I'm experiencing some serious performance issues (related to memleaks in native/managed wrapper?). How does other people solve this? Fred _

RE: [Mono-list] Batch inserts with ADO.NET

2004-05-22 Thread Fredrik Hedberg
ou using? A simple test case would help too. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Fredrik Hedberg > Sent: Friday, May 21, 2004 10:01 AM > To: [EMAIL PROTECTED] > Subject: [Mono-list] Batch inserts with ADO.NET >

Re: [Mono-list] Batch inserts with ADO.NET

2004-05-23 Thread Fredrik Hedberg
Hi, Par example: command.Text = "INSER INTO ..."; command.Prepare(); for (int i = 0; i < 1; i++) { // Add some parameter data command.executeNonQuery(); } The problem is, this still executes queries and checks results from the database engine (in my case over the network) fo

Re: [Mono-list] Mono 's philosophy ;-) / getting started

2004-05-26 Thread Fredrik Hedberg
0.91 is in testphase and will soon be available for sid, all according to http://pkg-mono.alioth.debian.org/ /Fred On Tue, 2004-05-25 at 08:13, KiOrKY wrote: > Hi > Another information: > > is there debian packages up to date??? > Best regards ___ Mon

Re: [Mono-list] Linux (etc) .NET Stub

2004-05-26 Thread Fredrik Hedberg
http://www.osnews.com/story.php?news_id=6795 2nd tip /Fredrik On Tue, 2004-05-25 at 15:50, Martin Olsson wrote: > Hi Mono-guys, > > I saw in the FAQ that mono apps are called using "mono hello.exe" but in > Windows you can run them directly because the hello.exe program is > essentially just a

Re: [Mono-list] We need Linux.NET Stub

2004-05-26 Thread Fredrik Hedberg
ad. Would not that be rather easy to create? Anyone tried? > > > Regards, > /m > > Fredrik Hedberg wrote: > > http://www.osnews.com/story.php?news_id=6795 > > > > 2nd tip > > > > /Fredrik > > > > On Tue, 2004-05-25 at 15:50, Marti

Re: [Mono-list] C# plugin for eclipse 3

2004-06-16 Thread Fredrik Hedberg
* C# View supporting namespaces and assemblies as the java view supports packages and jar files * C# Project * ASP.NET as IBM WSAD handles J2EE webapps On Wed, 2004-06-16 at 16:02, Matt Ryan wrote: > Aurelien, > > I'm happy to hear that you are looking into work on the Improve C# Eclipse plugin.

[Mono-list] Monodoc Startup Failure

2004-06-25 Thread Fredrik Hedberg
Hi, Right after I submitted the first monodoc contrib it crashed and fails to start. # monodoc Killed # No mono stack trace, but strace log attatched. Beta3 RC on Suse9.1. Any ideas? /Fred open("/usr/lib/mono/gac/gtk-sharp/1.0.0.0__35e10195dab3c99f/gtk-sharp.dll", O_RDONLY|O_LARGEFILE) = 19 f