[Mono-dev] Fixes related to the profiler writer thread

2009-04-10 Thread Massimiliano Mantione
Hello! I am running the runtime tests under the logging profiler (with various options). One problem I noticed is that the runtime sometimes waits for the profiler writer thread, even if its manage callback returns false. This makes so that some of the tests never terminates. Another problem

[Mono-dev] Npgsql in SVN

2009-04-10 Thread schizo
Hi, I'm currently working on Web application using PostgreSQL, and mono from SVN. I've noticed that Npgsql is not up to date, and there's a lot of missing features (i.e some functions in NpgsqlDataReader). So, is it possible to have this assembly up to date ? Thanks. PA. DAVID.

Re: [Mono-dev] Incremental build for mono compiler

2009-04-10 Thread Alan McGovern
Hey, Out of interest, is this a gsoc project? Alan. On Fri, Apr 10, 2009 at 6:03 AM, Bartosz Lipinski baalaza...@gmail.comwrote: It is OK because till last week of May I am going to familiarize myself with the whole code and trying to create some prototype from stable version. The real part

Re: [Mono-dev] Incremental build for mono compiler

2009-04-10 Thread David Srbecky
Yes, it is. Do you think we can figure something out so that we all benefit? David Alan McGovern wrote: Hey, Out of interest, is this a gsoc project? Alan. On Fri, Apr 10, 2009 at 6:03 AM, Bartosz Lipinski baalaza...@gmail.com mailto:baalaza...@gmail.com wrote: It is OK

Re: [Mono-dev] New Mono API status pages.

2009-04-10 Thread Eyal Alaluf
Hi, Miguel. I like the visibility this page provides into how close Mono is to the target .Net platform in the various configurations. I am missing two things - I'd like to know how many symbols are in the .Net assembly (to put things in the right perspective), and for some reason in my browser

Re: [Mono-dev] Incremental build for mono compiler

2009-04-10 Thread Alan McGovern
Hey, The only reason I ask is that miguel pointed out that the compiler is undergoing substantial refactoring which will take 2-3 months. That would mean that the work should be complete about the end of June, 4-5 weeks from the end of gsoc. So, if you are going to go ahead with this, I'd

Re: [Mono-dev] New Mono API status pages.

2009-04-10 Thread Jonathan Pobst
It looks like adding the XHTML transitional doctype to this would help, at least in IE8. !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; Jonathan Eyal Alaluf wrote: Hi, Miguel. I like the visibility this page provides

Re: [Mono-dev] Npgsql in SVN

2009-04-10 Thread Andrew Jorgensen
It was proposed that the new Npgsql be imported but we found that they had broken backward-compatibility. I know they did some work to fix that. This needs to be revisited. If the Npgsql devs are listening please chime in. On Fri, 2009-04-10 at 14:05 +0200, schizo wrote: Hi, I’m

Re: [Mono-dev] Incremental build for mono compiler

2009-04-10 Thread Miguel de Icaza
Yes, it is. Do you think we can figure something out so that we all benefit? Well, you can certainly research this, but I am afraid that it is just bad timing. As I said, there is a large refactoring and rewrite of the compiler landing in the next 2-3 months which is required for embedding

[Mono-dev] [PATCH] Less sharing between AppDomains

2009-04-10 Thread Mark Probst
Hi, The first patch moves the NumberFormatter out of Thread. As it is now, the NumberFormatter is shared between AppDomains. The second patch makes sure that an array obtained in another AppDomain is not retained in the calling domain but copied. Mark Index:

Re: [Mono-dev] [PATCH] Less sharing between AppDomains

2009-04-10 Thread Eyal Alaluf
Isn't the thread instance specific to the app-domain? Are there cases where one thread instance belongs to several different app-domains? If not, then it's not necessary to move the NumberFormatter out of the thread instance. It was put there to improve performance of the numeric types ToString

[Mono-dev] Installer

2009-04-10 Thread Yoreck
Hello, I have develop my first mono project, how can I create an installer for it? I need to run it on both Lunux and Windows. -- View this message in context: http://www.nabble.com/Installer-tp22986087p22986087.html Sent from the Mono - Dev mailing list archive at Nabble.com.

Re: [Mono-dev] [PATCH] Less sharing between AppDomains

2009-04-10 Thread Mark Probst
On Fri, Apr 10, 2009 at 6:14 PM, Eyal Alaluf ey...@mainsoft.com wrote: Isn't the thread instance specific to the app-domain? No. Are there cases where one thread instance belongs to several different app-domains? A thread instance only belongs to one app-domain, but another app-domain can

Re: [Mono-dev] Installer

2009-04-10 Thread Petit Eric
2009/4/10 Yoreck yor...@rambler.ru: Hello, I have develop my first mono project, how can I create an installer for it? I need to run it on both Lunux and Windows. windows : innosetup :-) linux : rpm, deb and tar.gz, You can use my soft MonoOSC + Opensuse build service for that :-) Also i

Re: [Mono-dev] New Mono API status pages.

2009-04-10 Thread Gonzalo Paniagua Javier
On Fri, 2009-04-10 at 07:44 -0700, Eyal Alaluf wrote: Hi, Miguel. I like the visibility this page provides into how close Mono is to the target .Net platform in the various configurations. I am missing two things - I'd like to know how many symbols are in the .Net assembly (to put things in

Re: [Mono-dev] Incremental build for mono compiler

2009-04-10 Thread Marek Safar
Hello, I am planning to implement background compilation for SharpDevelophttp://www.icsharpcode.net/OpenSource/SD/Default.aspx. It requires to modify mono compiler to have an incremental build feature. I am thinking about this and from my point of view it requires from mcs to (correct me if

[Mono-dev] PPC builds for 2.4 using gcc 4.4

2009-04-10 Thread Paul
Hi, We (the fedora people) are trying to trace why mono 2.4 is failing to build on ppc boxes and it's looking like it could be a gcc 4.4 problem or a gc-bohem problem. The Fedora BZ url is https://bugzilla.redhat.com/show_bug.cgi?id=494026 We really want to get mono-2.4 in for the final freeze

Re: [Mono-dev] Installer

2009-04-10 Thread Marek Habersack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yoreck wrote: Hello, Hello, I have develop my first mono project, how can I create an installer for it? I need to run it on both Lunux and Windows. Try http://installjammer.com/ marek -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9

[Mono-dev] test-System_XML-1.0 breakage on trunk

2009-04-10 Thread Marc Christensen
Sebastian, test-System_XML-1.0 started breaking between -r131068:131412 on both i586 and x86_64. It's a rather large window, however in searching checkins since it was working, it looks like your r131162 may have been the cause. Can you take a look at the error? Test Case Failures: 1)

Re: [Mono-dev] Nagle and NoDelay for HttpWebRequest

2009-04-10 Thread Avery Pennarun
On Fri, Apr 10, 2009 at 1:06 AM, Gonzalo Paniagua Javier gonzalo.m...@gmail.com wrote: A couple of months ago, due to performance issues under certain circumstances (lots of small packets and TLS involved), we started setting the NoDelay option on all the sockets created for HttpWebRequest.

Re: [Mono-dev] PPC builds for 2.4 using gcc 4.4

2009-04-10 Thread Robert Jordan
Paul wrote: Hi, We (the fedora people) are trying to trace why mono 2.4 is failing to build on ppc boxes and it's looking like it could be a gcc 4.4 problem or a gc-bohem problem. The Fedora BZ url is https://bugzilla.redhat.com/show_bug.cgi?id=494026 We really want to get mono-2.4

[Mono-dev] test-runtime failures on mono-branch

2009-04-10 Thread Marc Christensen
Marek and Varadhan, There's a failure test-runtime on mono-branch i586 and x86_64 that started between -r130983:131106. It looks like r131099, r131103 or possibly r131091 may have caused it.Can both of you take a look at see if it was one of your commits that has caused the error? Here's

Re: [Mono-dev] [Ximian-mono-list] test-System_XML-1.0 breakage on trunk

2009-04-10 Thread Sebastien Pouliot
Hello Marc, On Fri, 2009-04-10 at 15:07 -0600, Marc Christensen wrote: Sebastian, test-System_XML-1.0 started breaking between -r131068:131412 on both i586 and x86_64. It's a rather large window, however in searching checkins since it was working, it looks like your r131162 may have been

Re: [Mono-dev] Nagle and NoDelay for HttpWebRequest

2009-04-10 Thread M. David Peterson
On Fri, Apr 10, 2009 at 3:17 PM, Avery Pennarun apenw...@gmail.com wrote: Plus, if you could batch multiple requests into each request, that would be even better still. That's already supported via the Pipelined property of HttpWebRequest. Or am I misunderstaning what you're referring to?

Re: [Mono-dev] Nagle and NoDelay for HttpWebRequest

2009-04-10 Thread Avery Pennarun
On Fri, Apr 10, 2009 at 10:08 PM, M. David Peterson xmlhac...@gmail.com wrote: On Fri, Apr 10, 2009 at 3:17 PM, Avery Pennarun apenw...@gmail.com wrote: Plus, if you could batch multiple requests into each request, that would be even better still. That's already supported via the Pipelined

Re: [Mono-dev] Nagle and NoDelay for HttpWebRequest

2009-04-10 Thread M. David Peterson
On Fri, Apr 10, 2009 at 8:15 PM, M. David Peterson xmlhac...@gmail.comwrote: Something more along the lines of: http://msdn.microsoft.com/en-us/library/system.net.servicepoint.aspx I assume? More specifically, the sample code provided for using the ServicePoint class to increase

Re: [Mono-dev] Nagle and NoDelay for HttpWebRequest - EnableDnsRoundRobin

2009-04-10 Thread Gonzalo Paniagua Javier
On Fri, 2009-04-10 at 20:08 -0600, M. David Peterson wrote: [...] While we're on the subject of HttpWebRequest performance, has anyone looked into what is required to support ServicePointManager.EnableDnsRoundRobin which, the last time I checked, throws a NotSupportedException? [...] I was