[Mono-dev] Process.Start closing file descriptors

2012-01-27 Thread Weeble
I have a program that uses System.IO.Pipes.AnonymousPipe{Server,Client}Stream on .NET to communicate between a parent and child process while still allowing the child process to use stdin, stdout and stderr normally. I've found that this part of System.IO.Pipes isn't implemented in Mono. From what

Re: [Mono-dev] Process.Start closing file descriptors

2012-01-27 Thread Robert Jordan
On 27.01.2012 12:54, Weeble wrote: I have a program that uses System.IO.Pipes.AnonymousPipe{Server,Client}Stream on .NET to communicate between a parent and child process while still allowing the child process to use stdin, stdout and stderr normally. I've found that this part of System.IO.Pipes

[Mono-dev] FireFox not correctly detected as high level browser?

2012-01-27 Thread H .
I have an ASP.NET web application that is using a menu control as well as a tree view control. I have hosted the app on an Ubuntu system under apache2 + mod_mono. When accessing the site via localhost, everything works as expected. However, if I try to access the site using the external IP, the

Re: [Mono-dev] FireFox not correctly detected as high level browser?

2012-01-27 Thread Robert Jordan
On 27.01.2012 14:22, H . wrote: I guess that this version of FireFox is somehow not always accepted as a high level browser. As a result, the page is rendered in compatibility mode. There might be a bug in the browser detection block inside the Mono class library. This problem is very difficult

[Mono-dev] Mono.Data.Sqlite performance

2012-01-27 Thread David A Knight
I have been looking at changing an iOS app over to using Monotouch and run into an issue with Sqlite performance. Writing some test code (not running on a device) that just opens a database and does a number of inserts (in a transaction) the performance difference between C (using Core Foundati

Re: [Mono-dev] Mono.Data.Sqlite performance

2012-01-27 Thread Robert Jordan
On 27.01.2012 15:54, David A Knight wrote: I have been looking at changing an iOS app over to using Monotouch and run into an issue with Sqlite performance. Writing some test code (not running on a device) that just opens a database and does a number of inserts (in a transaction) the performance

Re: [Mono-dev] Mono.Data.Sqlite performance

2012-01-27 Thread David A Knight
On 27 Jan 2012, at 17:27, Robert Jordan wrote: > On 27.01.2012 15:54, David A Knight wrote: >> I have been looking at changing an iOS app over to using Monotouch >> and run into an issue with Sqlite performance. Writing some test >> code (not running on a device) that just opens a database and do