Re: [Mono-list] Hi Regarding mono Install

2009-10-15 Thread Nagappan Alagappan
Hello Srinivas, You can add this in your YaST source http://ftp.novell.com/pub/mono/download-stable/openSUSE_11.1/ Also the default YaST software package UI will give you all the Mono packages. Check http://en.opensuse.org/YaST_Software_Management Thanks Nagappan On Thu, Oct 15, 2009 at 7:20 PM

Re: [Mono-list] Extremely poor performance of ODFConverter/Mono on Linux vs Windows .Net

2009-10-15 Thread Atsushi Eno
On 2009/10/15 23:02, RomanP wrote: > Hi All, > > I checked the performance of ODFConverter application for DOCX -> ODT > conversion (http://sourceforge.net/projects/odf-converter) for Windows and > Linux and was unpleasantly surprised by significantly worse performance on > Linux platform. > > I t

Re: [Mono-list] Long-running program

2009-10-15 Thread Gonzalo Paniagua Javier
On Thu, 2009-10-15 at 22:47 +0200, Cliff Stanford wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Gonzalo Paniagua Javier wrote: > > > It would help a lot if you can get a small test case that reproduces the > > problem. The alternative is to send your test with code and instructions

Re: [Mono-list] The delegate must have only one target.

2009-10-15 Thread Gonzalo Paniagua Javier
On Thu, 2009-10-15 at 13:34 -0400, Gonzalo Paniagua Javier wrote: > On Thu, 2009-10-15 at 14:19 +0200, Cliff Stanford wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > .NET seems to object to calling BeginInvoke on an event that has more > > than one target, throwing an Argument

[Mono-list] Hi Regarding mono Install

2009-10-15 Thread Srinivas
Hi Everyone,I have installed open suse 11.1 version in my system. Am facing some problems while installing mono.please suggest me any download link where i can get latest mono. I tried 2 links but it's indirecting to rpm files.. do we have any package which install like windows?

Re: [Mono-list] Long-running program

2009-10-15 Thread Cliff Stanford
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gonzalo Paniagua Javier wrote: > It would help a lot if you can get a small test case that reproduces the > problem. The alternative is to send your test with code and instructions > to run it... You can do so by creating a bug in bugzilla and making

Re: [Mono-list] The delegate must have only one target.

2009-10-15 Thread Gonzalo Paniagua Javier
On Thu, 2009-10-15 at 14:19 +0200, Cliff Stanford wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > .NET seems to object to calling BeginInvoke on an event that has more > than one target, throwing an ArgumentException. > > Mono, on the other hand, calls multiple targets sequentially o

Re: [Mono-list] Extremely poor performance of ODFConverter/Mono on Linux vs Windows .Net

2009-10-15 Thread RomanP
I re-submitted this message because it was not resent to mono-list... I compiled ODFConverter on Linux from sources taken from http://download.go-oo.org/tstnvl/odf-converter/RPMS/i586/odf-converter-3.0-6.src.rpm. Performance of resulting executable is the same as for Windows version that runs on

[Mono-list] Extremely poor performance of ODFConverter/Mono on Linux vs Windows .Net

2009-10-15 Thread RomanP
Hi All, I checked the performance of ODFConverter application for DOCX -> ODT conversion (http://sourceforge.net/projects/odf-converter) for Windows and Linux and was unpleasantly surprised by significantly worse performance on Linux platform. I tested both platforms in VMware player on the same

[Mono-list] The delegate must have only one target.

2009-10-15 Thread Cliff Stanford
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 .NET seems to object to calling BeginInvoke on an event that has more than one target, throwing an ArgumentException. Mono, on the other hand, calls multiple targets sequentially on the same thread. Is this a deliberate difference? Cliff. - -- Clif

Re: [Mono-list] Connected streams?

2009-10-15 Thread Jonathan Pryor
On Oct 14, 2009, at 11:02 PM, Chris Howie wrote: > I need to create a pair of streams, so that what I write into > stream A goes into B's read buffer, and vice-versa. Think pipe(), > only bidirectional, or socketpair() without the sockets. ... > The closest I've come is several of the classes in