Re: [Mono-list] Can't start monodoc

2007-04-21 Thread Rafael Ferreira
just adding the gtk-sharp assembly to your GAC *might* work but you should pursue a packaged version of gtk-sharp - there should be one already available with your distribution. - raf On Thu, 2007-04-19 at 23:05 +0100, Peter Bradley wrote: I have SuSE 10.0 and Mono version: Mono JIT

[Mono-dev] updated Timer patch (bug #66734) + discussion

2006-11-04 Thread Rafael Ferreira
=== --- System.Threading/Timer.cs (revision 67365) +++ System.Threading/Timer.cs (working copy) @@ -4,6 +4,7 @@ // Authors: // Dick Porter ([EMAIL PROTECTED]) // Gonzalo Paniagua Javier ([EMAIL PROTECTED]) +// Rafael Ferreira ([EMAIL PROTECTED]) // // (C) 2001, 2002

Re: [Mono-list] Cannot run monodoc on windows

2006-10-29 Thread Rafael Ferreira
it looks like your installation is corrupted (libc cannot be found). Did you compile it from source or did you use of the windows installers? I would suggest reinstalling from one of the bundled windows releases and trying again. - raf On Sun, 2006-10-29 at 13:52 +0200, Goldstein, Nachum

Re: [Mono-list] Cannot run monodoc on windows

2006-10-29 Thread Rafael Ferreira
Can you please file a bug? I'll take a look at it this week. On Sun, 2006-10-29 at 13:52 +0200, Goldstein, Nachum (Jonathan) wrote: Please help. Thanks. I have mono 1.1.18 installed on Windows 2K. monodoc --make-index Produces the following output:

[Mono-dev] problems with nunit and mcs/mono from svn...

2006-10-16 Thread Rafael Ferreira
Hey guys, I just upgraded mono/mcs to the latest in trunk and now nunit is failing miserably with the following trace (it works fine with 1.1.13.7): [EMAIL PROTECTED] System.Threading]$ nunit-console run.dll NUnit version 2.2.0 Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A.

Re: [Mono-dev] Where do I start off??

2006-10-05 Thread Rafael Ferreira
nagendra prasad wrote: Well I want to work ON Mono and (not *with*) Mono,sorry for all the troubles again.I have around 3 months experience working on C# and ASP.Net.So http://ASP.Net.So where do i start developing??

Re: [Mono-list] Mono Foundation?

2006-10-04 Thread Rafael Ferreira
I don't particularly think that my vote carries much weight.. but I would personally like the apache name behind Mono and historically the apache foundation has done a good job of not getting in the way. With regards to paying for development, I don't see the apache foundation as being a

[Mono-dev] updated timer patch, can someone take a look?

2006-08-11 Thread Rafael Ferreira
Hey guys, I updated my original timer patch to reflect the feedback I got. Ben/Gonzalo, can one of you guys take a look? http://bugzilla.ximian.com/show_bug.cgi?id=65734 Cheers, - raf ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] SIGSEGV - mono 1.1.13.4 - possible new bug

2006-05-03 Thread Rafael Ferreira
the problem, and makes the error more consistent with the .net framework. Is it ok to commit? Jb On May 3, 2006, at 9:25 AM, Jb Evain wrote: Hi Rafael, On May 3, 2006, at 5:45 AM, Rafael Ferreira wrote: The testcase attached (bar.cs) consistently generates a SIGSEGV on my fedora

[Mono-dev] SIGSEGV - mono 1.1.13.4 - possible new bug

2006-05-02 Thread Rafael Ferreira
Hey fellas, The testcase attached (bar.cs) consistently generates a SIGSEGV on my fedora core 5 box running mono 1.1.13.4 and 1.1.14 . The code attached is basically part of a util class that I use to dynamic set fields in an object. If you guys think this is a new issue let me know and I'll

[Mono-docs-list] updated patch for bug 77012

2006-03-11 Thread Rafael Ferreira
Hey guys, This is an updated version on an old patch posted to bugzilla that slightly changes monodoc's .desktop file. This would close bug #77012. How does this look? - raf Index: monodoc.desktop.in === --- monodoc.desktop.in

[Mono-docs-list] [PATCH] docbrowser's about dialog

2006-03-05 Thread Rafael Ferreira
Hey fellas, this is a simple patch that beautifies monodoc's about dialog box. OK to commit? - raf btw, it makes the About box look like this: http://ophion.org/~rafael/about.png docbrowser.tar.gz Description: application/compressed-tar ___

Re: [Mono-dev] [PATCH] docbrowser's about dialog

2006-03-05 Thread Rafael Ferreira
oops, this was supposed to go to the monodoc-mailing list... my bad. On Sat, 2006-03-04 at 22:09 -0700, Rafael Ferreira wrote: Hey fellas, this is a simple patch that beautifies monodoc's about dialog box. OK to commit? - raf btw, it makes the About box look like this: http

[Mono-dev] [PATCH] docbrowser's about dialog

2006-03-04 Thread Rafael Ferreira
AboutDialog.cs: Simple dialog about dialog window +// Author: +// Rafael Ferreira [EMAIL PROTECTED] +// +// (C) 2005 Rafael Ferreira +// + + +using System; +using Gtk; +using Glade; +using System.Reflection; + +namespace Monodoc { + public class AboutDialog : Gtk.Window { + [Glade.Widget] Window

Re: [Mono-docs-list] File-Upload Contributions crashes the Mono documentation browser.

2006-02-28 Thread Rafael Ferreira
Can you open up a bug report for this? also, you might want to send us the exception that is crashing the app by running monodoc on your command line. - raf On Tue, 2006-02-28 at 21:36 -0800, bikram gill wrote: Hi, While trying to upload the contributions from the Mono-documentation

Re: [Mono-list] monodoc - no mcs sources

2006-02-20 Thread Rafael Ferreira
under mono/mcs in the tarball you downloaded. On Mon, 2006-02-20 at 22:48 +, Lieven De Keyzer wrote: I've downloaded, compiled and installed mono, libgdiplus and gtk-sharp from http://go-mono.com/sources/ . Now I want to compile monodoc, but at the end of the configure step, I'm

Re: [Mono-dev] Apache+Mono+Content-Length problem

2006-02-15 Thread Rafael Ferreira
Apache must be overwriting the content headers that it is getting back from mod_mono handler. You should try sending a Response.FlushResponse(False) so the header information is actually sent down the socket thus leaving Apache no chance to overwrite it. Now, I'm saying this from pure speculation

Re: [Mono-list] monodoc crash when I open SourceView class section

2006-01-24 Thread Rafael Ferreira
You're welcome :-) Hello, The problem is fixed in the monodoc svn version. Many thanks to Rafael Ferreira. -- Antonio Martinez ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] monodoc crash when I open SourceView class section

2006-01-23 Thread Rafael Ferreira
Can you test monodoc from svn?, I believe I fixed this last week. Thanks, - Rafael Hey! I've had this problem for a long while ... If I run monodoc and try to open the brach for SourceView, from GtkSourceViewClass, monodoc crashes ... What's the problem ? monodoc 1.1.9 mono 1.1.13

[Mono-docs-list] monodoc 2.0 upgrade and fixes for bugs #76054/76544

2006-01-16 Thread Rafael Ferreira
(working copy) @@ -1,3 +1,7 @@ +2006-01-16 Rafael Ferreira [EMAIL PROTECTED] + * configure.in: updated to use gtk-sharp-2.0/gecko-sharp-2.0 + this fixes bugs# 76054 76544 related to Pango bugs. + 2005-11-27 C.J. Collier [EMAIL PROTECTED] * docbrowser/monodoc.desktop.in: Added patch from [EMAIL

Re: [Mono-docs-list] Wiki Markup for ECMA documents.

2005-11-29 Thread Rafael Ferreira
As always, I'll be more than happy to help as well... But I'm on the same boat as you, I'm not very familiar with neither XSLT nor Mediawiki. - raf On Tue, 2005-11-29 at 10:06 +0100, Mario Sopena wrote: Hello, 2005/11/27, Miguel de Icaza [EMAIL PROTECTED]: Hello, The trick of course

[Mono-docs-list] Re: [Mono-list] Hello

2005-11-22 Thread Rafael Ferreira
it looks like you're having problems with gecko-sharp. Can you try monodoc --no-gecko ? - Rafael On Tue, 2005-11-22 at 12:18 -0500, [EMAIL PROTECTED] wrote: Hello I just compiled mono-1.1.10, now i have problem with mono-tools, monodoc, doesnt work. Here is the output from monodoc:

Re: [Mono-list] Hello

2005-11-22 Thread Rafael Ferreira
it looks like you're having problems with gecko-sharp. Can you try monodoc --no-gecko ? - Rafael On Tue, 2005-11-22 at 12:18 -0500, [EMAIL PROTECTED] wrote: Hello I just compiled mono-1.1.10, now i have problem with mono-tools, monodoc, doesnt work. Here is the output from monodoc:

Re: [Mono-docs-list] simple try/catch patch

2005-11-20 Thread Rafael Ferreira
Miguel, Currently the ECMA provider does not trap exceptions. For instance, one easy way to crash the browser is to do a url lookup for a malformed url like this: ecma:blah... that causes this beauty: System.ArgumentOutOfRangeException: 0 Parameter name: length in [0x00088] (at

[Mono-docs-list] tracking weird crash with monodoc

2005-11-08 Thread Rafael Ferreira
Hey guys, Every once in a while the docbrowser crashes on me throwing the following exception: Unhandled Exception: System.InvalidCastException: Cannot cast from source type to destination type. in 0x00149 GLib.ObjectManager:CreateObject (IntPtr raw) in 0x000c1 GLib.Object:GetObject (IntPtr o,

Re: [Mono-docs-list] PATCH: Persistent hierarchical bookmarks

2005-11-04 Thread Rafael Ferreira
On Fri, 2005-11-04 at 12:58 -0500, Miguel de Icaza wrote: Hey everyone, the attached patch gives the docbrowser persistent hierarchical bookmarks. You can see a sample screenshot here: http://www.ophion.org/index.php?gadget=Blogaction=SingleViewid=3 The patch looks fine to me, feel

[Mono-docs-list] PATCH: Persistent hierarchical bookmarks

2005-11-01 Thread Rafael Ferreira
=== --- ChangeLog (revision 50718) +++ ChangeLog (working copy) @@ -1,3 +1,15 @@ +2005-11-01 Rafael Ferreira [EMAIL PROTECTED] + * browser.cs: + - Changes to make the browser a public object, + removed old bookmark logic + * BookmarkManager.cs: + - Manages all of the bookmark logic (new) + * browser.glade

Re: [Mono-dev] system class

2005-10-05 Thread Rafael Ferreira
yeah its called snmpd :-) On Wed, 2005-10-05 at 16:10 +0200, Matthijs ter Woord wrote: OK, i agree, but i actually mean a software package which provides roughly the same functionality. - Original Message - From: Robert Jordan [EMAIL PROTECTED] To:

Re: [Mono-dev] system class

2005-10-05 Thread Rafael Ferreira
: Sorry Rafael, bu the snmpd does not solve the problem. i can't get a list of installed software with snmpd, neither a list of running processes. i'd like something platform independed. thanks Marcos --- Rafael Ferreira [EMAIL PROTECTED] escreveu: yeah its called snmpd :-) On Wed

[Mono-docs-list] Re: [Mono-dev] Monodoc

2005-10-03 Thread Rafael Ferreira
you should take a look at this: http://people.mosaix.net/chris/tutorials/monodoc/monodoc-tutorial.html and if you still have questions please post on to the monodoc mailing list only. No need to cross post. - raf On Mon, 2005-10-03 at 17:38 +0200, Matthijs ter Woord wrote: Is there any

Re: [Mono-docs-list] Re: msdn-browser/monodoc intergration

2005-09-30 Thread Rafael Ferreira
Issue officially settled then :-) - raf On Fri, 2005-09-30 at 02:57 -0400, Miguel de Icaza wrote: Hello, I don't see that this needs to be the case. What if we injected the text this method is only subbed out in Mono's documentation. Help us out! in msdn pages. The fact that we don't

Re: [Mono-dev] How can Mono compile csharp project in WIndowsXP?

2005-09-27 Thread Rafael Ferreira
You should look into Make, nant or maybe set SharpD to use mcs by default. On Mon, 2005-09-26 at 19:01 +0800, wishsand(TOM) wrote: I can just compile single file with the command mcs ... How can I compile csharp project? How does the project organize? Thanks, everyone:)

Re: [Mono-list] Converting csproj to Makefile

2005-09-22 Thread Rafael Ferreira
have you tried prj2make ? On Thu, 2005-09-22 at 09:41 -0700, Andy Waddell wrote: I’ve been working on getting our product to run under Mono and one of the first problems I had to solve was the moving target of all the MSDEV (2005 B2 btw) project files that the rest are team are actively

Re: [Mono-docs-list] [PATCH] Monodoc. Workaround for a bug and index improvements

2005-09-20 Thread Rafael Ferreira
Mario, no patch attached? On Fri, 2005-09-16 at 16:36 +0200, Mario Sopena wrote: Hello, We have a problem in Monodoc when showing big html code with gecko. Monodoc hangs and do nothing (try to load the Gtk Namespace). This is due to a bug in gtkmozembed

Re: [Mono-docs-list] msdn-browser/monodoc intergration

2005-09-19 Thread Rafael Ferreira
, 2005/9/16, Rafael Ferreira [EMAIL PROTECTED]: yeah I see your point of view. But not having the documentation there can also just lead to the user popping a browser and going to msdn anyways, and by doing that he/she cannot add value to monodoc. Keeping the user inside monodoc increases

Re: [Mono-docs-list] msdn-browser/monodoc intergration

2005-09-19 Thread Rafael Ferreira
and I won't have time to work on this for a couple of weeks so in the meantime, I'm very much interested on everyone's opinions. Thanks Josh. -raf On Thu, 2005-09-15 at 19:01 -0400, Joshua Tauberer wrote: Rafael Ferreira wrote: I'm going to start working on integrating Ben's msdn browser

Re: [Mono-docs-list] [PATCH] Monodoc. Workaround for a bug and index improvements

2005-09-19 Thread Rafael Ferreira
. :-) On Mon, 2005-09-19 at 16:56 +0200, Mario Sopena wrote: Hey, 2005/9/19, Rafael Ferreira [EMAIL PROTECTED]: Mario, no patch attached? I did resent the patch, look that your filters didn't put my message in the mono-devel list, as I sent also the patch there. Sorry, I would like

[Mono-docs-list] msdn-browser/monodoc intergration

2005-09-14 Thread Rafael Ferreira
this done? I thought about hacking a new Monodoc provider but that route looked a lot more complicated than just adding a new tab to the docbrowser. Let me know what you guys think, - raf -- Rafael Ferreira [EMAIL PROTECTED] ___ Mono-docs-list maillist

Re: [Mono-docs-list] Monodoc print support patch - feedback needed.

2005-09-05 Thread Rafael Ferreira
(revision 0) +++ GtkHTMLPrintManager.cs (revision 0) @@ -0,0 +1,56 @@ +// +// GtkHTMLPrintManager.cs: Handles monodoc printing on Gnome using GtkHTML +// Author: +// Rafael Ferreira [EMAIL PROTECTED] +// +// (C) 2005 Rafael Ferreira +// +namespace Monodoc { + using System; + using Gtk; + using Gnome

Re: [Mono-list] Pearl-Skript

2005-09-05 Thread Rafael Ferreira
Look into System.Diagnostics.ProcessStartInfo. You can fire the process from within the ASP page... this will work but it is highly discouraged. - raf On Mon, 2005-09-05 at 17:43 +0200, Jan Waiz wrote: How can i call a Pearlscript from y ASP-Page and receive Information generated by the

Re: [Mono-docs-list] Monodoc print support patch - feedback needed.

2005-09-04 Thread Rafael Ferreira
Mario, That sounds perfectly good to me. I kinda expected the output to be fairly ugly under that scenario. - raf On Sun, 2005-09-04 at 12:28 +0200, Mario Sopena wrote: Hey, I was trying your patch and I realized that when using gecko and printing, the results are ugly, because monodoc

Re: [Mono-docs-list] Monodoc print support patch - feedback needed.

2005-09-01 Thread Rafael Ferreira
Mario, My name is Rafael Ferreira [EMAIL PROTECTED] Thanks Mario and Miguel. On Thu, 2005-09-01 at 21:09 +0200, Mario Sopena wrote: Hello, On 9/1/05, Miguel de Icaza [EMAIL PROTECTED] wrote: Hello, Mario, My comments are below: Does this patch work in the presence

Re: [Mono-docs-list] Monodoc print support patch - feedback needed.

2005-09-01 Thread Rafael Ferreira
Miguel, as Mario pointed out, the patch creates a IPrintManager interface that can be implemented to use gecko once that becomes available. -raf On Thu, 2005-09-01 at 09:55 -0400, Miguel de Icaza wrote: Hello, Mario, My comments are below: Does this patch work in the presence

Re: [Mono-docs-list] [PATCH] Searching for Monodoc

2005-09-01 Thread Rafael Ferreira
Mario, my 2 cents follow: On Thu, 2005-09-01 at 11:17 +0200, Mario Sopena wrote: Hey, A patch that I promised to send some time ago. The patch would require that you download my own stripped version of Lucene from here[1]. That version is just the Lucene you can download from

[Mono-dev] Re: [Mono-docs-list] [PATCH] Searching for Monodoc

2005-09-01 Thread Rafael Ferreira
Mario, my 2 cents follow: On Thu, 2005-09-01 at 11:17 +0200, Mario Sopena wrote: Hey, A patch that I promised to send some time ago. The patch would require that you download my own stripped version of Lucene from here[1]. That version is just the Lucene you can download from

Re: [Mono-docs-list] Monodoc print support patch - feedback needed.

2005-08-30 Thread Rafael Ferreira
Mario, My comments are below: On Mon, 2005-08-29 at 14:45 +0200, Mario Sopena wrote: Hello, On 8/28/05, Rafael Ferreira [EMAIL PROTECTED] wrote: Hey everyone, This patch creates a basic infrastructure for printing in monodoc. The patch is composed of: * docbrowser.patch

[Mono-docs-list] Monodoc print support patch - feedback needed.

2005-08-28 Thread Rafael Ferreira
Hey everyone, This patch creates a basic infrastructure for printing in monodoc. The patch is composed of: * docbrowser.patch - Minor changes to browser.cs / browser.glade to add printing support * IPrintManager.cs - Printing interface to allow for different printing back ends *

Re: [Mono-list] Problems with aspx project

2005-08-24 Thread Rafael Ferreira
The project dll must go in /bin of you web app and the referenced dll can go either in the gac (using gacutil -i) or in /bin as well. try that and let us know if you're problems persist. - raf On Wed, 2005-08-24 at 17:05 +0200, Alex Lopez Garcia wrote: Hi, I have an aspx

Re: [Mono-dev] Sorry about asking this

2005-08-21 Thread Rafael Ferreira
you can try: http://www.gotmono.com/docs/ but it is a bit outdated... On Sat, 2005-08-20 at 18:41 -0500, Buddy Lindsey wrote: I am fairly new to .NET development. I have done some stuff with MS.NET and really enjoy it. I recently started playing with mono on linux and only found some

[Mono-list] Gtk.HTML.Print() - has anyone used this?

2005-08-14 Thread Rafael Ferreira
PrintJobPreview(pj,Dummy Title); } pj.Close(); dialog.Hide(); dialog.Dispose(); return; } } -- Rafael Ferreira [EMAIL PROTECTED

[Mono-docs-list] print support for monodoc

2005-08-07 Thread Rafael Ferreira
Hey I'm thinking about hacking print support for monodoc, but I have a few simple questions: * Is there still interest in it? * Is anyone else working on this? * Any pointers? - raf ___ Mono-docs-list maillist -

Re: [Mono-devel-list] Serializing widgets with C#

2005-08-01 Thread Rafael Ferreira
Alfredo Jose Muela Romero wrote: El Sun, 31 Jul 2005 17:48:21 -0700 Rafael Ferreira [EMAIL PROTECTED] escribió: Crazy question but can you explain to me why would you want to do that? Sure. The point is that I'm developing a program in which the GUI is generated

Re: [Mono-devel-list] monodoc fails to start

2005-07-21 Thread Rafael Ferreira
Try running with mono --debug and posting the entire exception stack. most likely it is p/invoking for something and failing. - Rafael On Wed, 2005-07-20 at 23:41 +0100, Paul wrote: Hi, When I try to start monodoc, I get the following Unhandled Exception: System.NullReferenceException:

[Mono-docs-list] Re: PATCH: resubmit

2005-06-14 Thread Rafael Ferreira
Hey Joshua, hehe... I don't have commit rights yet... I suppose I should pursue that with miguel. But in the meantime, I'll make changes you pointed out below and I'll take a look at the searching option. I tell you what tho, browser.cs might have to be broken up, there's just too much logic in

Re: [Mono-docs-list] Re: [Mono-devel-list] patch for bug#57748

2005-06-13 Thread Rafael Ferreira
Joshua, give you get a chance to look at this yet? - raf On Sat, 2005-06-11 at 14:21 -0700, Rafael Ferreira wrote: On Sat, 2005-06-11 at 07:25 -0400, Joshua Tauberer wrote: Rafael Ferreira wrote: This patch fixes bug#57748 by giving the docbrowser its AssemblyInfo back

[Mono-docs-list] PATCH: resubmit

2005-06-13 Thread Rafael Ferreira
Thanks Joshua, I didn't mean to rush you... See my comments below: On Mon, 2005-06-13 at 15:39 -0400, Joshua Tauberer wrote: Heh, okay, okay, here we go... Rafael Ferreira wrote: Would you like to remove the plugins tab completely or just have a label instead of the list? My

[Mono-docs-list] Re: [Mono-devel-list] patch for bug#57748

2005-06-11 Thread Rafael Ferreira
On Sat, 2005-06-11 at 07:25 -0400, Joshua Tauberer wrote: Rafael Ferreira wrote: This patch fixes bug#57748 by giving the docbrowser its AssemblyInfo back and by changing the About dialog to display the extra information. Hi, Rafael. You should post monodoc-related patches to mono-docs

Re: [Mono-list] Running mono app from cron job?

2005-06-07 Thread Rafael Ferreira
most likely cron can't find mono. I suggest doing something like this 0,15,30,45 * * * * /usr/local/bin/mono /root/scripts/WatchSite.exe or just making a bash script out of it and running that instead On Mon, 2005-06-06 at 18:50 -0700, Eric Damron wrote: I'm hoping some of you have started

Re: [Mono-list] Re: Little glade xml to .cs stub generator

2005-05-31 Thread Rafael Ferreira
My pleasure, thanks! - raf On Wed, 2005-06-01 at 11:42 +1000, Bryan Buchanan wrote: On Wed, 2005-06-01 at 10:32, [EMAIL PROTECTED] wrote: Rafael, Great little tool. Very useful. Thanks for making it available. Bryan From: Rafael Ferreira [EMAIL PROTECTED] Of course, this works

Re: [Mono-list] eclipse IDE

2005-05-13 Thread Rafael Ferreira
omg, wtf? On Fri, 2005-05-13 at 10:52 -0400, jim lawrence wrote: I have the eclipse IDE and it says something about java I also have java installed for firefox can I make a link to the eclipse folder so that it will work? or do I need to dowenload some different java ? I looked at the

[Mono-devel-list] [PATCH] fix problem compiling monodebugger from trunk

2005-05-07 Thread Rafael Ferreira
Hey guys, this is a very simple patch that fixes mdb's compilation. I hope you guys can use it. - Rafael Index: backends/mono/MonoClassObject.cs === --- backends/mono/MonoClassObject.cs (revision 44212) +++

Re: [Mono-list] Is there still interest in a custom thread pool for XSP?

2005-04-23 Thread Rafael Ferreira
Thanks Gonzalo for the reply. I might finish plugging the thread pool in and running some tests just to see how things compare. - raf On Sat, 2005-04-23 at 22:43 -0400, Gonzalo Paniagua Javier wrote: On Thu, 2005-04-21 at 23:27 -0700, Rafael Ferreira wrote: Hey guys, I've been working

Re: [Mono-list] Firebird and Apache/XSP as non-root

2005-03-23 Thread Rafael Ferreira
Can you tell us more, for instance: * Are you using Apache with XSP standalone (not Mod-mono) and using mod-proxy on apache? If so what is your proxy configuration * What does the apache access log say? * How is XSP configured? Can you get to it via telnet or something while not running as

Re: [Mono-list] GnomeVFS

2005-03-08 Thread Rafael Ferreira
You should start here: http://developer.gnome.org/doc/API/gnome-vfs/ I'm not sure how much of GnomVfs has been glued yet but if nothing else you can P/invoke everything you need. - raf On Tue, 2005-03-08 at 13:23 +, Neil J. patel wrote: Hi, I have tried to find documentation

[Mono-list] mono gc logging

2005-01-16 Thread Rafael Ferreira
Hey everyone, is there a way for mono to give me a log of the gc, just like java, with the timestamp of when it woke up and how much it collected? I know of the MONO_LOG_LEVEL=debug but that is not the kind of output I'm looking for. - Rafael ___

Re: [Mono-list] getting a thread dump on mono?

2004-12-03 Thread Rafael Ferreira
big thanks Gonzalo, I'll try that tonight Rafael Gonzalo Paniagua Javier wrote: On Fri, 2004-12-03 at 00:05 -0700, Rafael Ferreira wrote: Hey everyone, I'm working on a toy distributed cache app using mono on linux and I would like to get a thread dump like I would get with java doing a kill -3

RE: [Mono-list] eclipse, ikvm, linux, ppc

2004-08-06 Thread Rafael Ferreira
That would be a very difficult task... If I remember correctly, a lot of stuff had to be patched in order to make eclipse 2.1 to run. - raf -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Staudinger Sent: Thursday, August 05, 2004 10:18 AM To:

[Mono-list] Objects sizes and the GC.

2004-08-06 Thread Rafael Ferreira
Hey everyone, I'm working on an application using mono/.net that implements various in-memeory cache algorithms for very large objects and one of the issues I'm trying to address is when to swap cached objects out of memory. Historically, this would be done in 3 different ways: by setting a hard