Re: [Mono-list] Configuring Basic/Digest Authentication for XSP

2008-03-31 Thread Juraj Skripsky
Hi Caleb, Try addingto the section in web.config (if you use "Basic" auth, you need to add value="Basic" instead). - Juraj On Fri, 2008-03-28 at 19:07 -0400, Caleb Payne wrote: > Good Afternoon – > >I am attempting to configure XSP for Basic authentication on > Windows and/or Fedora

Re: [Mono-list] mod_mono hanging

2008-02-06 Thread Juraj Skripsky
This is a known and unfortunately still unsolved problem: https://bugzilla.novell.com/show_bug.cgi?id=348708 https://bugzilla.novell.com/show_bug.cgi?id=321772 - Juraj On Wed, 2008-02-06 at 10:34 +0100, Adriaan van Kekem wrote: > Hi, > > I am running 1.2.5 now, and still facing the same proble

Re: [Mono-list] DirectoryInfo.GetFiles() bug?

2008-01-23 Thread Juraj Skripsky
Mono was modified last August to follow the Win32 semantics: http://anonsvn.mono-project.com/viewcvs/trunk/mono/mono/io-layer/io-portability.c?rev=86390&view=log Search for "Special-case patterns". If it doesn't work, we should reopen the mentioned bug. - Juraj On Wed, 2008-01-23 at 13:45 -0

Re: [Mono-list] Speed difference Windows - Linux

2008-01-04 Thread Juraj Skripsky
I've filed a bug report for this: https://bugzilla.novell.com/show_bug.cgi?id=351638 - Juraj On Fri, 2008-01-04 at 16:10 +0100, Juraj Skripsky wrote: > I've found one potential problem in Array.Sort (called by > List.Sort) that could account for quite some slowdown. > >

Re: [Mono-list] Speed difference Windows - Linux

2008-01-04 Thread Juraj Skripsky
: > He sent it attached to his last email, but it's about 4MB so it may > get bounced from some email services. For lack of a better place to > put it, i uploaded to megaupload: > > http://www.megaupload.com/?d=D5NFRPEB > > Hope that helps, > Alan. > >

Re: [Mono-list] Speed difference Windows - Linux

2008-01-04 Thread Juraj Skripsky
Hi Ventsislav, Could you post the source of your test case to the mailing list (assuming it's just a few KBs)? - Juraj ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] File upload in asp.net and Path.GetFileName

2007-10-31 Thread Juraj Skripsky
This problem has been fixed (see https://bugzilla.novell.com/show_bug.cgi?id=MONO82059). HttpPostedFile.FileName will contain a filename with everything up to (and including) the last '\' stripped away automatically. The next version of Mono (1.2.6) will contain the fix. - Juraj On Wed, 2007-10-3

[Mono-list] Help needed: Mono unstable after domain unload

2007-06-15 Thread Juraj Skripsky
Hello, We're a company hosting quite a few ASP.NET websites (21 at the moment and more coming) on Mono. We have big stability issues with Mono. After a few web app restarts, Mono crashes. After restarting Apache/mod_mono everything works fine again. But sometimes we're losing data due to those cra

Re: [Mono-list] Tuning Dictionary`2

2007-03-21 Thread Juraj Skripsky
Hi Gareth, Thanks for the information, that's interesting to know! Just a note: As far as I understand, you must not use any means of decompilation if you want to contribute to Mono. - Juraj On Wed, 2007-03-21 at 21:27 +1100, Gareth Pearce wrote: > Having read the reflected code for dictionary

[Mono-list] Tuning Dictionary`2

2007-03-21 Thread Juraj Skripsky
Hi Miguel, The List.FindAll patch is svn now. Speaking of optimizations: The implementation of Dictionary`2 could benefit immensely from tuning. See this bug for some information: http://bugzilla.ximian.com/show_bug.cgi?id=80774 While Hashtable stores its values in an array, Dictionary`2 stores

Re: [Mono-list] List.FindAll method implementation

2007-03-20 Thread Juraj Skripsky
Hi Miguel and Juan, I've just noticed the commit to List.FindAll(). Attached is an (small) optimization for the optimization: - the resulting List is built directly as an array which is later on wrapped by a List object. This eliminates the unnecessary overhead of List.Add(). - the filling of the

[Mono-list] Implementing PowerShell (aka Monad)

2006-06-26 Thread Juraj Skripsky
Hi everyone, I'm tossing with the idea of starting to implement PowerShell* (formerly known as "Monad") on Mono. If somebody is already working on this, please scream. If you would like to join me in this effort, please scream. If you think implementing something Linux/Unix has had for ages is a

Re: [Mono-list] Question about mod_mono with apache 1.3 and virtual hosts

2005-12-26 Thread Juraj Skripsky
Hi Sebastian, Take a look at the man page of mod_mono: MonoSetServerAlias Takes a server alias name. This is to be used inside or . Default value: ’default’ if the directive is not used. I haven't used this directive myself yet, but I think this is what you are looking for. It makes the

Re: [Mono-list] MySql.Data and UTF-8?

2004-11-03 Thread Juraj Skripsky
Hello, This problem has been fixed in CVS head and mono-1-0 (and should be in Mono 1.0.4 and 1.1.2). GetEncoding("latin1") is now supported. - Juraj On Wed, 2004-11-03 at 17:33, Reggie Burnett wrote: > resultsets comeback in the character set of the table queried. So, if > your server's defaul

[Mono-list] CVS servers unreachable?

2004-06-03 Thread Juraj Skripsky
Hello everyone, Since three days, I'm unable to access the cvs servers - neither `mono-cvs.ximian.com' nor `anoncvs.go-mono.com'. No ping response, traceroute never finishes. Is anyone else experiencing the same problem, or is it a local problem? Thanks. - Juraj ___