[Mono-list] Serial Port Events

2009-09-28 Thread nzsaint
Hi, What is the current implementation status of the Serial Port events (DataReceived, PinChanged, ErrorReceived)? According to the status page here: http://go-mono.com/status/status.aspx?reference=2.0&profile=2.0&assembly=System the events have been implemented however they do not appear to be

Re: [Mono-list] Long-running program

2009-09-28 Thread Cliff Stanford
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gonzalo Paniagua Javier wrote: > If you can try mono from trunk, I would be interested in knowing > whethere your problems go away or not. System.Threading.Timer was > rewritten recently. Hmm Building from the svn trunk fails during configure (c

Re: [Mono-list] Can't get Ahead-Of-Time compilation working

2009-09-28 Thread Michael Hutchinson
On Mon, Sep 28, 2009 at 2:22 PM, LKeene wrote: > Actually, let me ask another question first as this is a potential > showstopper: can I AOT my app for OSX execution? Why would it be a showstopper? AOT is really only an optimization to improve startup time and code sharing between processes (exce

Re: [Mono-list] Can't get Ahead-Of-Time compilation working

2009-09-28 Thread Michael B. Trausch
On Mon, 2009-09-28 at 11:22 -0700, LKeene wrote: > Thanks for trying to help Michael, but...the "as" assembler program? > I'm sorry but I've never heard of this. What is it / where can I find > it? I've found another thread where someone says that I need to > download / install mingw, but this s

Re: [Mono-list] Can't get Ahead-Of-Time compilation working

2009-09-28 Thread LKeene
Thanks for trying to help Michael, but...the "as" assembler program? I'm sorry but I've never heard of this. What is it / where can I find it? I've found another thread where someone says that I need to download / install mingw, but this seems strange as it's a compiler for native Windows? Actual

Re: [Mono-list] Can't get Ahead-Of-Time compilation working

2009-09-28 Thread Michael Hutchinson
On Mon, Sep 28, 2009 at 1:55 PM, LKeene wrote: > what is the trick to getting AOT working? From the documentation, I first > invoke the compilation process via > > "mono --aot MyApp.exe", correct? But when I do so I get an error message, > the heart of which says: > > " 'as' is not recognized as a

[Mono-list] Can't get Ahead-Of-Time compilation working

2009-09-28 Thread LKeene
Hi everyone, what is the trick to getting AOT working? From the documentation, I first invoke the compilation process via "mono --aot MyApp.exe", correct? But when I do so I get an error message, the heart of which says: " 'as' is not recognized as an internal or external command, operable pro

Re: [Mono-list] Mono memory usage grows but application memory looks stable

2009-09-28 Thread Chris Howie
On Mon, Sep 28, 2009 at 1:24 PM, Manuel C. wrote: > I tried also version 2.4.2.3, it's the same. I took me a few days to find > out that a missing Close() on a GZipStream was the root of all evil. Here is > an example: > >        static void Decompress() >        { >            byte[] file = File.

Re: [Mono-list] Mono memory usage grows but application memory looks stable

2009-09-28 Thread Manuel C.
Sorry for the late response. I tried also version 2.4.2.3, it's the same. I took me a few days to find out that a missing Close() on a GZipStream was the root of all evil. Here is an example: static void Decompress() { byte[] file = File.ReadAllBytes("in.dat.gz");

Re: [Mono-list] Long-running program

2009-09-28 Thread Gonzalo Paniagua Javier
On Mon, 2009-09-28 at 03:03 -0700, Sixes wrote: > I have a program which, among other things, controls a number of hardware > devices, broadcasts their status, logs changes and accepts commands. The > program is compiled under VS2008 and runs on mono version 2.4 on Fedora 11. > > The program runs

[Mono-list] Long-running program

2009-09-28 Thread Sixes
I have a program which, among other things, controls a number of hardware devices, broadcasts their status, logs changes and accepts commands. The program is compiled under VS2008 and runs on mono version 2.4 on Fedora 11. The program runs fine for a day or two and then it seems that one or more