RE: [Mono-dev] mod_mono webservice issue

2006-04-13 Thread Mike Glenn
h getting the soap protocol working with more complex data types than just returning plain string and such. Thanks again Mike Glenn ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] mod_mono webservice issue

2006-04-13 Thread Mike Glenn
ories the web service call begins producing the above stacktrace again with no network traffic. Version info: mono 1.1.13.4 mod_mono 1.1.13 xsp 1.1.13 Any ideas or pointers on how to proceed with troubleshooting this would be great. Mike Glenn

[Mono-dev] MS/Mono incompatibility in StreamReader.ReadLine()

2006-02-17 Thread Mike Glenn
ubject line and on the following call returns the X-Header line and not an empty line. The attached patch, against mcs, changes how StreamReader's FindNextEOL() method functions, which allows ReadLine() to behave the same way as the MS.Net implementation. Mike Glenn StreamReader_E

[Mono-dev] StreamReader ReadLine Issue

2006-02-10 Thread Mike Glenn
hing and deal with it properly. Mike Glenn StreamReader_EOL.patch Description: Binary data ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

RE: [Mono-dev] Ldap and Threading

2006-02-06 Thread Mike Glenn
Konstantin, Thanks for working this up, I'll test it as soon as I can! I'm under some deadline pressure at the moment so it may take a day or two till I can get to it. I'll let you know as soon as I do. Mike Glenn > Hello, > > Attached is a patch based on the

RE: [Mono-dev] Ldap and Threading

2006-01-31 Thread Mike Glenn
al Xeon /w hyperthreading running Gentoo, 2.6 kernel and nptl. If you'd like me to test the patch you want to submit on that box and give you the results I'd be happy to do that for you. Mike Glenn > -Original Message- > From: Konstantin Triger [mailto:[EMAIL PROTECTED] &

RE: [Mono-dev] Ldap and Threading

2006-01-29 Thread Mike Glenn
reference back to the start of this thread I posted a console app that was able to relably reproduce the issues I was having with a description of the exceptions and stacktrace's I received. If you need a copy I can dig it up and send it to you. Mike Glenn

RE: [Mono-dev] Ldap and Threading

2006-01-26 Thread Mike Glenn
n accessing the returned messages. Maybe JD could jump in here and provide some explanation of his reasoning for these locking changes and what he was addressing by making them. The rest of the changes we seem to agree on what their reason and results are. Mike Glenn ___

RE: [Mono-dev] parser

2006-01-20 Thread Mike Glenn
Take a look at http://www.antlr.org/ Mike Glenn From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Angel Garcia Sent: Friday, January 20, 2006 10:32 AM To: Mono-devel-list@lists.ximian.com Subject: [Mono-dev] parser

RE:[Mono-dev] Ldap and Threading

2006-01-19 Thread Mike Glenn
standing of what goes on during the library's connection. If like to take a shot at it please drop me a line or reply here and I'll get you hooked up with a copy of the lib. Mike Glenn ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian

[Mono-dev] StringBuilder Minor Performance Patch

2006-01-18 Thread Mike Glenn
I've got some code that makes a large number of calls to StringBuilder.Append() and I noticed that in most of Append methods the length calulation is performed twice. So here's a little patch that should fix that issue. Mike Glenn StringBuilderLengthCalc.patch Description: B

[Mono-dev] Ldap and Threading

2006-01-15 Thread Mike Glenn
, although the multibox is still slower. Both boxes are running Gentoo Linux with Mono 1.1.12. The performance differences between the boxes also has me worried with the effects that its also likely having on mod_mono/XSP. As this is a work project I'm very eager to solve these issues. So if t

[Mono-dev] Seems like myrealbox.com is expired

2005-11-11 Thread Mike Glenn
Any of the svn host at myrealbox.com are redirecting me to a registar.com site, looks like the domain needs renewed. Mike Glenn ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

RE: [Mono-dev] emails in asp.net

2005-10-31 Thread Mike Glenn
>if the library System.Web.Mail works in mono 1.1.9 to send email's in asp.net I've used it with no apparent problems. Mike Glenn ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listin

[Mono-dev] XSP crash and patch

2005-10-28 Thread Mike Glenn
need. Link to Microsoft's Web Application Stress Tool: http://www.microsoft.com/downloads/details.aspx?FamilyID=E2C0585A-062A-439E- A67D-75A89AA36495&displaylang=en Mike Glenn xspSocketException.patch Description: Binary data ___ Mono-devel-list mail