[Mono-aspnet-list] CentOS 6 mod_mono becomes runaway process in read_data/apr_socket_recv

2012-04-05 Thread Tim Nelson
I've got several sites running Mono/mod_mono 2.10 under RH 5.X. However, I am trying to build from sources on CentOS 6 and when my first request hits mod_mono code hangs at read_data (actually apr_socket_recv): do { DEBUG_PRINT (1, read data); input = read_data

[Mono-aspnet-list] WCF service Mono 2.10.8

2012-03-09 Thread Tim Nelson
I am investigating move my ASP.Net (asmx) web services to WCF. I've created a simple service that is working well on .Net/IIS. However, when I deployed to a mod-mono instance running mod-mono-server4, I am getting: Service behavior configuration '' was not found Description: HTTP 500. Error

Re: [Mono-aspnet-list] WCF service Mono 2.10.8

2012-03-09 Thread Tim Nelson
] CompositeType GetDataUsingDataContract(CompositeType composite); [OperationContract] string Echo(string value); } On Fri, Mar 9, 2012 at 11:02 AM, Adam Wheeler ajwt...@gmail.com wrote: Can you post your service.config? Sent from my iPhone On Mar 9, 2012, at 10:54 AM, Tim

[Mono-list] mcs 2.10.2 compiles fine, gmcs crashes

2011-12-07 Thread Tim Nelson
I have a simple Helloworld console app that compiles fine with mcs, but gmcs crashes with: Unknown errno: Bad address WriteFile returned 31 Stacktrace: at (wrapper managed-to-native) System.Reflection.Emit.ModuleBuilder.WriteToFile (System.Reflection.Emit.ModuleBuilder,intptr) 0x

[Mono-aspnet-list] Cross Domain Scripting

2011-12-05 Thread Tim Nelson
I need for a test to enable cross-domain scripting on a mod_mono server I have running. I have found something that says I just need to add the XML to my Web.config (below), but mono crashes when it sees it. How do I enable cross-domain scripting? ?xml version=1.0 encoding=utf-8? configuration

[Mono-list] Encoding Issue .Net vs. Mono

2011-07-21 Thread Tim Nelson
New to Mono, but I am getting a strange result when Encoding bytes and returning a string: int n = System.Text.Encoding.Default.GetString(new byte[] { 0, 194, 146, 215 }).Length; On .Net, this returns 4. On Mono, this returns 3. If I change the second byte 194 to 193 ... both systems

Re: [Mono-list] Encoding Issue .Net vs. Mono

2011-07-21 Thread Tim Nelson
UTF8 as default encoding. .Net uses UTF16 On Thu, Jul 21, 2011 at 8:42 PM, Tim Nelson nelson.timo...@gmail.com wrote: New to Mono, but I am getting a strange result when Encoding bytes and returning a string:     int n =  System.Text.Encoding.Default.GetString(new byte[] { 0, 194, 146

[Mono-aspnet-list] Veritas Apache Cluster - mod_mono_server2 not shutting down

2011-05-18 Thread Tim Nelson
Normally when I do a service httpd stop mod_mono_server2.exe shuts down along with httpd. Our IT folks have configured an Apache cluster where mod_mono is running on all machines. Problem is when we shutdown the cluster hagrp -offline APACHESG Apache shuts down but mod_mono_server2.exe does not.

[Mono-aspnet-list] Multiple mod_mono_server2.exe's on a single httpd

2011-05-18 Thread Tim Nelson
I have a virtual host configured for my ASP.Net services. I'd like to have each release directory (think services/1.0, services/2.0) run their own instance of mod_mono_server2.exe so that I can configure them differently. I know this is possible, but can someone give me an example of this in a

[Mono-aspnet-list] Distributed Cache solution?

2011-03-23 Thread Tim Nelson
I had Membase/Memcached running perfectly under Windows. I ported my application to Mono and even though Membase server is working fine I am struggling to get the C# Client working with Mono. Does anyone have this mix running? Are there other distributed cache solutions for Asp.Net/C#/Mono/*nix

Re: [Mono-aspnet-list] ASP.Net starts crashing after a number of days...

2011-03-08 Thread Tim Nelson
Wheeler ajwt...@gmail.com wrote: Can you post the web.config file? Looks like the authentication section has an issue. Sent from android On Mar 8, 2011 5:56 PM, Tim Nelson nelson.timo...@gmail.com wrote: I've got a (lightly used) ASP.Net service that is deployed under Mono that runs

[Mono-aspnet-list] Options for Authentication

2011-03-03 Thread Tim Nelson
I've got a set of web services that must have some form of authentication passed from the mobile devices to these services to validate/identify them. My original thought was to always pass the authentication key as the first argument to every method. This will work but to me seems like a major

[Mono-dev] unsubscribe

2010-11-08 Thread Tim Nelson
___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list