Re: [Mono-dev] Patch to System.Web.SessionState.SessionSQLServerHandler

2006-10-13 Thread Hubert FONGARNAND
Hello, Thanks for commiting my previous patch, but it's not complete because the INSERT query is column index dependent too. Here's the small patch which correct this. Thanks to commit! Hubert FONGARNAND Le jeudi 12 octobre 2006 12:04 +0200, Hubert FONGARNAND a crit : Hello,

Re: [Mono-dev] Replacing/Removing I18N

2006-10-13 Thread Paolo Molaro
On 10/12/06 Kornél Pál wrote: Currently I have little time for Mono but I have some ideas about getting rid of I18N assemblies: [...] What about these ideas? The only difference in your proposal is how to store the data. I maintain that having the option to store it either embedded in the

Re: [Mono-dev] [PATCH] Minor MIPS changes to mono/mono/mini

2006-10-13 Thread Paolo Molaro
On 10/12/06 Mark E Mason wrote: Ah - make dist was one I hadn't thought of. Ok. Expect a fuller set of changes early next week then. Thanks! I'm calling it from mini-mips.c when outputting basic blocks if the verbose level is greater than 2. Tell me which name(s) you want and I'll take

[Mono-dev] web application domains in apache

2006-10-13 Thread Sunny
Hi, How is mod_mono implemented, is it possible different web applications to run in their own process space (or app domain pool) under apache. I mean, different virtual directories, as it is under IIS 6.0? I need to be able to deploy a couple of web services on one server, and each one of them

[Mono-dev] Are any implementations of IChannel available?

2006-10-13 Thread Slava Petrenko
Hello! Trying use Mono Remoting the same way as remoting for MS Framework I have missed to find any implementations of System.Runtime.Remoting.Channels.IChannel Perhaps someone heard about an implementation of it or have an example how to use remoting in Mono. Thanks! --

Re: [Mono-dev] Replacing/Removing I18N

2006-10-13 Thread Kornél Pál
The only difference in your proposal is how to store the data. I maintain that having the option to store it either embedded in the binary or in data files is better than the proposal to use assembly resources or your proposal of having only external files (which makes it harder to support

Re: [Mono-dev] Replacing/Removing I18N

2006-10-13 Thread Paolo Molaro
On 10/13/06 Kornél Pál wrote: I maintain that having the option to store it either embedded in the binary or in data files is better than the proposal to use assembly resources or your proposal of having only external files (which makes it harder to support mkbundle). I just was thinking of

Re: [Mono-dev] Replacing/Removing I18N

2006-10-13 Thread Kornél Pál
You misunderstood: embedding the data as a resource in the assemblies is not a better solution. The best way is to add an icall: OK, thanks for the clarification. I really didn't understand you.:) I believe you that this is faster.:) Kornél ___

Re: [Mono-dev] [Mono-devel-list] Initial ARM JIT port in svn

2006-10-13 Thread Miguel de Icaza
Hello, Is there anyone in the Silicon Valley area who would be interested in helping bring up the AOT on an ARM based system on a contract basis? We'd love to switch from pnet to mono, but the JIT time at startup is nasty (over 30 seconds according to the JIT profiler). 30 seconds

Re: [Mono-dev] Patch to System.Web.SessionState.SessionSQLServerHandler

2006-10-13 Thread Miguel de Icaza
Hello, Thanks for commiting my previous patch, but it's not complete because the INSERT query is column index dependent too. Here's the small patch which correct this. Thanks to commit! Does that mean that it is currently broken? Because we have already done the packaging for 1.1.18

Re: [Mono-dev] web application domains in apache

2006-10-13 Thread Miguel de Icaza
Hello, How is mod_mono implemented, is it possible different web applications to run in their own process space (or app domain pool) under apache. I mean, different virtual directories, as it is under IIS 6.0? I need to be able to deploy a couple of web services on one server, and each one

Re: [Mono-dev] web application domains in apache

2006-10-13 Thread Sunny
On 10/13/06, Miguel de Icaza [EMAIL PROTECTED] wrote: Hello, How is mod_mono implemented, is it possible different web applications to run in their own process space (or app domain pool) under apache. I mean, different virtual directories, as it is under IIS 6.0? I need to be able to

Re: [Mono-dev] Patch to System.Web.SessionState.SessionSQLServerHandler

2006-10-13 Thread Robert Jordan
Miguel de Icaza wrote: Hello, Thanks for commiting my previous patch, but it's not complete because the INSERT query is column index dependent too. Here's the small patch which correct this. Thanks to commit! Does that mean that it is currently broken? Because we have already done

[Mono-dev] Book On Mono

2006-10-13 Thread xiii29
Hi, I'm looking for a good book on Mono / Gtk#. I found Mono: A Developer's Notebook. *another idea ? Thanks ! * ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Are any implementations of IChannel available?

2006-10-13 Thread Paolo Molaro
On 10/13/06 Slava Petrenko wrote: Trying use Mono Remoting the same way as remoting for MS Framework I have missed to find any implementations of System.Runtime.Remoting.Channels.IChannel Perhaps someone heard about an implementation of it or have an example how to use remoting in Mono.

Re: [Mono-dev] [Mono-list] Are any implementations of IChannel available?

2006-10-13 Thread Miguel de Icaza
Hello, Trying use Mono Remoting the same way as remoting for MS Framework I have missed to find any implementations of System.Runtime.Remoting.Channels.IChannel Perhaps someone heard about an implementation of it or have an example how to use remoting in Mono. Compile with:

Re: [Mono-dev] [Mono-list] Are any implementations of IChannelavailable?

2006-10-13 Thread Kornél Pál
IChannel is part of corlib, so he must be having either more trivial or more complex problems than referencing assemblies. To ensure that nothing is wrong with compilation, compile the program using csc.exe then try it on MS.NET and if everyting is fine after that try it on Mono. If this

Re: [Mono-dev] Book On Mono

2006-10-13 Thread Bill Seurer
Here's what is on my bookshelf: Mono: Mono: A Developer's Notebook / Hans-Juergen Schoenig Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET / M.J. Easton Mono Kick Start / Hans-Juergen Schoenig Practical Mono (Expert's Voice in Open Source) / Mark Mamone

Re: [Mono-dev] [Mono-list] Are any implementations ofIChannelavailable?

2006-10-13 Thread Kornél Pál
BTW I think that it should be advertised on www.mono-project.com on some highly visited place that Mono is able to execute binaries compiled using MS.NET because a lot of people don't know this and the compile and eved distribute different binaries for Mono and MS.NET altough they only