Re: [Mono-dev] (no subject)

2011-03-21 Thread Alan
no benefit to anyone. A better task would be to take some unimplemented or poorly implemented APIs and either implementing or improving them as appropriate. Alternatively you could look at our list of available projects. Alan. On Sun, Mar 20, 2011 at 8:21 PM, Adam Balan a-k...@hotmail.com wrote:  I

Re: [Mono-dev] Unable to build neither Mono 2.10.1 nor 2.10

2011-03-19 Thread Alan
The rabbitmq issue should be fixed as of a couple of weeks ago. If you hit any other issues with parallel builds do let us know. I normally build with -j8 and occasionally hit build breakages but I haven't been able to track down the issue. Alan. On Sat, Mar 19, 2011 at 8:21 PM, Leszek

Re: [Mono-list] Parallel environments and mono runtime license

2010-12-14 Thread Alan
starting point. If you required custom patches to that, you would have to bundle those, but that'd be significantly smaller than bundling everything. Alan p.s. IANAL and all that ;) On Tue, Dec 14, 2010 at 3:04 PM, noelkennedy nkenn...@rvc.ac.uk wrote: Thanks for the quick reply! To confirm my

Re: [Mono-dev] Implementation of SetPropertyItem

2010-11-24 Thread Alan
out http://bugzilla.novell.com for that bug number and you'll see why the code is disabled. Alan. On Tue, Nov 23, 2010 at 6:41 PM, Patrick Kowalzick patrick.kowalz...@web.de wrote: Dear List, I found that System.Drawing.Image::SetPropertyItem throws a NotImplementedException. The code from

Re: [Mono-dev] Moonlight basics - Overview

2010-11-09 Thread Alan
is silverlight for Linux (and more, potentially). - Why Moonlight? - Architecture - Pros and Cons - Sample websites Any documentation on silverlight applies equally to moonlight as they are the same thing just on different platforms. Hope that helps, Alan. Regards, Sasi Rekha

Re: [Mono-dev] Moonlight basics - Overview

2010-11-09 Thread Alan
http://en.wikipedia.org/wiki/Mono_%28software%29 That should help at least partially. Alan. On Tue, Nov 9, 2010 at 4:17 PM, Sasi Rekha Kristam sasirekha.kris...@gmail.com wrote: I wouldn't have got this mailing list id unless i have searched the web. Reply to the e-mail only if u can help

Re: [Mono-dev] High Traffic Site (for Harry Potter 7) is crashing!

2010-10-26 Thread Alan
Did you read through the docs here? http://www.mono-project.com/Mod_mono#Limiting_the_number_of_concurrent_requests . It covers increasing the concurrent users in a variety of different ways. Alan. On Tue, Oct 26, 2010 at 9:59 PM, Matthew Urbano matthew.urb...@trailerpark.com wrote: I've

Re: [Mono-list] How to protect a mono application from reverse engineering?

2010-10-25 Thread Alan
a bunch of class names and method names, but nothing inside the methods. That should be enough to dissuade all but the most dedicated people. Alan. On Mon, Oct 25, 2010 at 2:45 PM, Jonathan Pryor jonpr...@vt.edu wrote: On Mon, 2010-10-25 at 15:08 +0200, Stéphane C wrote: What I want to protect

Re: [Mono-list] Another Memory Leaking Question

2010-09-08 Thread Alan
It could easily just be boehm/sgen increasing the size of the heap to avoid excess garbage collection cycles being run. These kinds of microbenchmarks are typically a complete waste of time ;) Alan On Wed, Sep 8, 2010 at 2:54 PM, flohei f...@rootof.net wrote: Hi Stifu, this is what I'm doing

Re: [Mono-dev] mono.simd

2010-08-27 Thread Alan
I think you missed the important part of that last email. If wanted you to state the license of the patch, then commit it :) Alan. On 27 Aug 2010 02:10, Jerry Maine - KF5ADY crashfou...@gmail.com wrote: Please, I found this bug to be very annoying as it hampers the use of dynamic languagues

Re: [Mono-dev] Migration to GitHub completed!

2010-07-28 Thread Alan
, this is correct. The download size is a bit bigger than with svn but not significantly so. Note that this single repo is the combination of the old 'mono' and 'mcs' modules which were in SVN. You don't have to make two separate checkouts anymore. Alan I guess not really since it's downloading

Re: [Mono-dev] github workflow proposals

2010-07-27 Thread Alan
For commit messages, how about gnome style ones? http://live.gnome.org/Git/CommitMessages We'll end up with messages like this: http://github.com/mono/moon/commit/feadf070d237c1227ff2709cf1d0131d267118e2:) Alan. On Tue, Jul 27, 2010 at 11:16 PM, Mark Probst mark.pro...@gmail.com wrote

Re: [Mono-list] String comparisons slow

2010-07-21 Thread Alan
I believe that's the default since .NET 4.0. You'll have to check MSDN to be sure though. I'm fairly sure there's a page explaining which type of string sort is used where. Alan. On Wed, Jul 21, 2010 at 8:30 PM, David S butt...@gmail.com wrote: Ok. Now I'm confused. How come CurrentCulture

Re: [Mono-dev] Problem in SvcHttpHandler.cs ?

2010-07-06 Thread Alan McGovern
, there's nothing the browser can do. If I remeber correctly there is an explanation of this on msdn somewhere. Alan On 6 Jul 2010, at 05:08, Atsushi Eno atsushi...@veritas-vos-liberabit.com wrote: Hello Thiago, Thanks, there's a lot of major and minor missing functionalities all around

Re: [Mono-list] Mono and KeePass

2010-06-26 Thread Alan McGovern
I'm not sure what your problem is, but if you have a problem with the latest release, could you file a bug at http://bugzilla.novell.com with exact instructions to replicate the bug? Thanks, Alan, On Sat, Jun 26, 2010 at 2:57 PM, Hmury hmury2...@gmail.com wrote: I use Mono 2.6.4 for start

Re: [Mono-list] Some issues with mono 2.0

2010-06-25 Thread Alan McGovern
with the upgrade. Alan. On Fri, Jun 25, 2010 at 11:27 AM, dugc dug...@dolce.co.uk wrote: Hi Maxim, I stumbled across your posts as I am having similar problems.  All of the traffic for my site is beteen 8.50am and 9.05am (it is a meal preorder system) and my users are losing patience as it keeps going

Re: [Mono-list] Marshalling union crashes

2010-06-19 Thread Alan McGovern
Check sizeof (double) in native code on your platform which crashes and the one which succeeds. There could also be alignment issues which you are unaware of which are only manifesting under one platform. Alan On 18 Jun 2010, at 20:43, Jef Driesen jefdrie...@hotmail.com wrote: On 18/06/10

Re: [Mono-dev] Bug 470120 - Socket.EndSend unexpectedly fails with WSAEWOULDBLOCK

2010-06-10 Thread Alan McGovern
information about exactly what's broken to the bug report. Alan. On Thu, Jun 10, 2010 at 3:01 PM, yoni shalom silve...@gmail.com wrote: shameless ping... On Mon, Jun 7, 2010 at 11:03 AM, yoni shalom silve...@gmail.com wrote: Does anyone know the status of this bug ? It was found in 2.4.x, theres

Re: [Mono-list] how to register a c++ class to c#?

2010-06-07 Thread Alan McGovern
C# 4.0s 'dynamic' keyword can probably do most of what you want. Alan. On Mon, Jun 7, 2010 at 3:19 PM, 冶晶邓 fatfat...@gmail.com wrote: thanks,Jedd! i think i have understood the code  you supplied. i wonder if we can create a C# class with some C-API instead of directly defining it in C

Re: [Mono-dev] Compiler bug in foreach

2010-05-30 Thread Alan McGovern
There was a regression in trunk about 2 weeks ago which was fixed about 4 days ago which was very similar to this. However your testcase appears to fail on both mono 2.6.4 and svn trunk. Would you be able to file a bug report with this testcase? Thanks! Alan. On Sat, May 29, 2010 at 2:11 AM

Re: [Mono-dev] Compiler bug in foreach

2010-05-30 Thread Alan McGovern
. Alan. On Sun, May 30, 2010 at 4:53 PM, Alan McGovern alan.mcgov...@gmail.com wrote: There was a regression in trunk about 2 weeks ago which was fixed about 4 days ago which was very similar to this. However your testcase appears to fail on both mono 2.6.4 and svn trunk. Would you be able to file

Re: [Mono-dev] System.NotImplementedException: The requestedfeature is not implemented. atSystem.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-25 Thread Alan McGovern
issue. That'd be significantly less time than porting to java. You'd have to way up the pros and cons of rewriting in java. The biggest con is that you have doubled your maintainance burden if you have the same code in two languages. Alan. On Tue, May 25, 2010 at 9:09 PM, Greg Robinson gregarobin

Re: [Mono-dev] bug or wrong mono compilation?

2010-05-23 Thread Alan McGovern
It works fine with r156922 from SVN. When building from trunk, always give the svn revision that you built with. Alan. On Sat, May 22, 2010 at 5:36 PM, xplicit s...@ngs.ru wrote: I have compiled mono 2.7 from trunk and try to use C# 4.0 features. I wrote simple program: using System

Re: [Mono-dev] mono debugger

2010-05-13 Thread Alan McGovern
You're installing a trunk build of mono with a 2.6.3 release of the debugger. This is a mismatch. As Michael said, SDB is built into the runtime these days so could more than likely just use that. Alan. On Wed, May 12, 2010 at 7:03 PM, sberryman sh...@golfsigma.com wrote: I don't have

Re: [Mono-dev] mono debugger

2010-05-12 Thread Alan McGovern
and the debugger or svn of both mono and the debugger. Alan. On Wed, May 12, 2010 at 6:53 PM, sberryman sh...@golfsigma.com wrote: I've got the trunk build of mono running: Mono JIT compiler version 2.7 (/trunk/mono r157252 Wed May 12 05:23:59 UTC 2010) Copyright (C) 2002-2010 Novell, Inc

Re: [Mono-list] FIXED - Everything working now

2010-05-11 Thread Alan McGovern
Hey, If it's of any future use to you, here's how I handled binding to all the interfaces and listen for upnp broadcasts. Check out the 'CreateSockets' method here: http://anonsvn.mono-project.com/viewvc/trunk/Mono.Nat/src/Mono.Nat/UpnpSearcher.cs Alan. p.s. I really need to sort out

Re: [Mono-dev] [PATCH] - optimization for System.Xml.XmlNode::SelectSingleNode

2010-05-10 Thread Alan McGovern
Why would a c-cast be so much slower than an 'as' cast? Surely they should be equivalent or the c-cast should be faster. Alan. On Mon, May 10, 2010 at 7:24 PM, Atsushi Eno atsushi...@veritas-vos-liberabit.com wrote: Well, it wasn't really internal, but that does not affect my statement

Re: [Mono-list] Porting UPnP Tools to MONO - Socket ExclusiveAddressUse problem

2010-05-10 Thread Alan McGovern
I don't think this is supported on linux, only on windows. Alan. On Mon, May 10, 2010 at 11:05 PM, Ylian ysainthila...@hotmail.com wrote: Hi. I own the Developer Tools for UPnP Technologies, I widely used set of tools for building and debugging UPnP related software. I have gotten many

Re: [Mono-list] Has Anyone Read UDP Data with Mono?

2010-05-09 Thread Alan McGovern
like a firewall issue. Maybe the app you're using to sniff the packets is checking the data before your firewall app applies its rules to it. Alan. On Sun, May 9, 2010 at 6:58 PM, Steve Ricketts veloce...@hotmail.com wrote: Interesting... I created a client program with your code and ran

Re: [Mono-list] Unhandled Exception: System.EntryPointNotFoundException: CreateZStream

2010-05-08 Thread Alan McGovern
Are you sure you have zlib installed? It's possible that mono just assumed that zlib was available and usable. Alan. On Sat, May 8, 2010 at 5:07 PM, markalanj mark.jo...@eecradar.com wrote: Hello  I am using Mono 2.6.4 on OpenSUSE 11.1 and I am getting the following error when trying to use

Re: [Mono-list] Vladislav Rastrusny has invited you to Dropbox

2010-05-08 Thread Alan McGovern
Some sort of spam i suspect. Alan. On Sat, May 8, 2010 at 5:14 PM, Valeriano Tórtola Luis vtort...@gmail.comwrote: apparently the email address is the customer service of the thing, is this a Mono Ad or simply spam? On 8 May 2010 17:12, fractali...@yandex.ru wrote: Hello

Re: [Mono-list] Opening /dev/null using FileStream

2010-05-07 Thread Alan McGovern
Could you not just use Stream.Null? Alan. On Fri, May 7, 2010 at 3:47 PM, muhr m...@bluewin.ch wrote: Hello all I'm trying to open /dev/null with a FileStream object, like this:    new FileStream(/dev/null, FileMode.Create, FileAccess.Write); but I keep getting IOExceptions because

Re: [Mono-list] Has Anyone Read UDP Data with Mono?

2010-05-07 Thread Alan McGovern
-project.com/viewvc/trunk/Mono.Nat/src/Mono.Nat/NatUtility.cs?view=co Hope that helps, Alan. On Fri, May 7, 2010 at 6:59 PM, Steve Ricketts veloce...@hotmail.com wrote: If anyone has ever successfully used UDP to receive data, I'd dearly love to see a sample of how it was done.  I tried to use

Re: [Mono-dev] GroupBy Bug (Bug 601101)

2010-04-29 Thread Alan McGovern
and should be fixed. As for the actual patch, I have no comments ;) Alan On 29 Apr 2010, at 22:18, Richard Kiene richard.ki...@logos.com wrote: I have filed Bug 601101 https://bugzilla.novell.com/show_bug.cgi?id=601101 for this issue. In addition; I have attached a patch which resolves

Re: [Mono-list] Exception with DllMap on Windows

2010-04-25 Thread Alan McGovern
Hey, On Sat, Apr 24, 2010 at 3:09 PM, Andreas Färber andreas.faer...@web.de wrote: Am 24.04.2010 um 16:03 schrieb Alan McGovern: There's no need to place P/Invokes in a separate assembly. There's no benefit to it. As was said before, just use the windows name for each library in your code

Re: [Mono-list] Exception with DllMap on Windows

2010-04-24 Thread Alan McGovern
There's no need to place P/Invokes in a separate assembly. There's no benefit to it. As was said before, just use the windows name for each library in your code and on non-windows platforms include the .config file with the dllmap sections in it. Alan. On Sat, Apr 24, 2010 at 2:35 PM, Andreas

Re: [Mono-dev] Some demo examples do not work!

2010-04-19 Thread Alan McGovern
Hey, As per error message, you're missing libgdiplus. If you install that everything should work fine. Alan On 19 Apr 2010, at 06:12, Lyndon Lu lyndon...@gmail.com wrote: Hi All, I have installed mono 2.6.3 from source files in CentOS 5. I can see that test web page Welcome

Re: [Mono-list] [Mono-dev] Some demo examples do not work!

2010-04-19 Thread Alan McGovern
Hey, As per error message, you're missing libgdiplus. If you install that everything should work fine. Alan On 19 Apr 2010, at 06:12, Lyndon Lu lyndon...@gmail.com wrote: Hi All, I have installed mono 2.6.3 from source files in CentOS 5. I can see that test web page Welcome

Re: [Mono-list] Will Mono support the Silverlight 4 assemblies?

2010-04-19 Thread Alan McGovern
We aim to allow you to do everything in mono that you could do in MS' .NET framework and also do everything in moonlight that you can do in Silverlight. As such, this should be supported. It's also worth noting that the support for this is not for all assemblies. This should explain everything:

Re: [Mono-dev] Socket.BeginReceive never throw Exception

2010-04-12 Thread Alan McGovern
a testcase which can reproduce the bug 100% of the time. If that testcase could be supplied as part of the bug report, it would be so much easier to resolve the issue. All you need to do is put the testcase in a console app so that we can just compile and run it to see the issue. Thanks, Alan

Re: [Mono-dev] Socket.BeginReceive never throw Exception

2010-04-09 Thread Alan McGovern
Is there a testcase for this? This works fine for me, I'm inclined to believe there's a bug in the testcase. Alan. On Fri, Apr 9, 2010 at 4:21 PM, Stefan [At] swieser1...@gmail.com wrote: socket.BeginReceive(receive_buffer, 0, FlockNode.buffer_size, 0, new AsyncCallback(ReceiveDone), socket

Re: [Mono-dev] Build Microsoft Visual Studio Solution under Mono

2010-04-08 Thread Alan McGovern
A visual studio compiled binary and mono compiled binary are more or less identical. Just copy/paste the compiled code to a linux system and execute it there. Alan. On Thu, Apr 8, 2010 at 9:17 AM, Matt Dargavel m...@shout-telecoms.com wrote: Hi, I suggest you start here: http://www.mono

Re: [Mono-dev] Threading parameters? Fill a DataGridView via Invoke very slow

2010-04-08 Thread Alan McGovern
Can you provide a testcase demonstrating the issue. Thanks, Alan. On Thu, Mar 25, 2010 at 2:59 PM, Stifu st...@free.fr wrote: MonoDevelop on Windows uses .NET by default, not Mono. boolean wrote: Another solution with delegates instead of invoke brings no advantages. It´s curious

Re: [Mono-dev] Socket.BeginReceive never throw Exception

2010-04-08 Thread Alan McGovern
Can you provide a testcase demonstrating the bug or more clearly explain what you mean by using code samples? Thanks, Alan On Wed, Mar 24, 2010 at 1:50 AM, Pigo Chu pigo_...@hotmail.com wrote: I am designing a simple http server use Async Socket model. And test performance use ab (apache

Re: [Mono-dev] Error compiling WebConnection.cs

2010-04-08 Thread Alan McGovern
This is a known issue in our build system. run make clean and/or make distclean and then autogen and build again. That'll resolve the problem. Alan. On Mon, Mar 1, 2010 at 10:03 PM, Neale Ferguson ne...@sinenomine.net wrote: Just updated to head, did get-monolite-latest and getting this during

Re: [Mono-dev] Mono process crashes after closing client socket

2010-04-08 Thread Alan McGovern
try running your app in GDB (http://www.mono-project.com/Debugging) to try and catch the place where it blows up. Alan. On Thu, Feb 19, 2009 at 3:46 PM, FirstName LastName mousse_...@hotmail.com wrote: Hi, I'm working with mono 2.0 on a ARM.  I'm seeing a strange problem. I have a client

Re: [Mono-dev] Summer of Code / C++ Interop

2010-04-08 Thread Alan McGovern
being selected. Alan. On Thu, Apr 8, 2010 at 10:25 AM, Alex Corrado alexander.corr...@gmail.com wrote: Dear Mr. de Icaza and the Mono Developer Community, First, I would like to salute you for producing an excellent, open platform for software development. Second, I would like to apologize

Re: [Mono-list] Wrapping a native library which uses unsigned long on 32 bit and 64 bit systems

2010-03-25 Thread Alan McGovern
you're on and whether it's 64bit or 32bit and then make a guess as to which function will not blow up when you call it. This isn't a great approach unless you're positive you know all the platforms you're going to run on ;) Alan. On Thu, Mar 25, 2010 at 9:17 AM, Mathias Tausig mathias.tau

Re: [Mono-list] Wrapping a native library which uses unsigned long on 32 bit and 64 bit systems

2010-03-25 Thread Alan McGovern
Yes, that will work, right up until someone runs the library on 64bit windows :) If you don't care about that platform, this would be the easiest way to work in nearly all of the other platforms. Alan. On Thu, Mar 25, 2010 at 11:06 AM, Robert Jordan robe...@gmx.net wrote: On 25.03.2010 10:17

Re: [Mono-list] Build mono on Debian (testing)

2010-03-17 Thread Alan McGovern
You need to install the corresponding development package. Possibly libglib2.0-0-dev or libglib2.0-0-devel Alan. On Wed, Mar 17, 2010 at 11:03 PM, Alexander M. Batishchev abatishc...@godfather.net.ru wrote: Hello. I’m building Mono on virtual Debian 5.0.4 and got next problem: ~ $ cd mono

Re: [Mono-list] Finding the real IP address

2010-03-08 Thread Alan McGovern
have to try and report any issues you have. Alan [0] http://projects.qnetp.net/projects/show/mono-nat On Mon, Mar 8, 2010 at 5:27 PM, Ricardo Lopes rjlo...@gmail.com wrote: Hi, Check the X-Forwarded-For header, it should be there if you are using apache with mod_proxy to xsp. On 8 March

Re: [Mono-dev] Your help needed for our upcoming release.

2010-02-25 Thread Alan McGovern
This bug was fixed for 2.4.3 but has regressed again. https://bugzilla.novell.com/show_bug.cgi?id=583451 Would it be possible to get this fixed for 2.4.4+ ? It does work in the 2.6 branch as of r151801, so no need to prioritise this one now ;) Alan. On Tue, Feb 23, 2010 at 11:04 PM, Miguel de

Re: [Mono-dev] Custom Uri Parsing

2010-02-19 Thread Alan McGovern
Hey, On Fri, Feb 12, 2010 at 6:52 PM, Matt Dargavel m...@shout-telecoms.comwrote: Thanks for the info Alan. At the moment I’ve put together a very quick and dirty version that uses IsPredefinedScheme to decide whether to use the existing parsing code or use the registered Parser class

Re: [Mono-dev] Questions about csharp-sqlite - port of the SQLite library from C to C#

2010-02-13 Thread Alan McGovern
be appreciated by the community though. Alan. On Sat, Feb 13, 2010 at 9:22 PM, Daniel Morgan monodanm...@yahoo.comwrote: I have asked some questions at the FAQ for csharp-sqlite. http://code.google.com/p/csharp-sqlite/wiki/FrequentlyAskedQuestions csharp-sqlite is a C# port of the SQLite library

Re: [Mono-dev] Custom Uri Parsing

2010-02-11 Thread Alan McGovern
ridiculously complicated internally. While the existing code will be useful as a guide, you will end up chopping it up into tiny pieces and moving it around into the different parser subclasses. Alan. p.s. The above should be mostly accurate, but the last time I looked at this was when I sent the original

Re: [Mono-list] Mono in the .NET world !

2010-02-09 Thread Alan McGovern
. It was quite unlucky the power line broke, but if you're interested in seeing some of the mono related talks that were recorded at FOSDEM they shoul be available on the FOSDEM site over the next couple of days. Alan. On Tue, Feb 9, 2010 at 3:27 PM, Jb Evain j...@nurv.fr wrote: Hi, On Tue, Feb 9, 2010

Re: [Mono-list] mono performance, 20x differential with Java (what am i doing wrong)

2010-01-30 Thread Alan McGovern
Feel free to contribute the changes required to remove the limitations on when/where mono performs TCO. That would allow you to contribute F# patches if you wish. Contributors and patches are always welcome. Alan. On Sat, Jan 30, 2010 at 4:51 PM, Jon Harrop j...@ffconsultancy.com wrote

Re: [Mono-list] mono performance, 20x differential with Java (what am i doing wrong)

2010-01-30 Thread Alan McGovern
Hey On Sat, Jan 30, 2010 at 11:08 PM, James Mansion ja...@mansionfamily.plus.com wrote: Alan McGovern wrote: Feel free to contribute the changes required to remove the limitations on when/where mono performs TCO. That would allow you to contribute F# patches if you wish. I'm intrigued

Re: [Mono-list] mono performance, 20x differential with Java (what am i doing wrong)

2010-01-29 Thread Alan McGovern
. Alan. On Fri, Jan 29, 2010 at 8:56 PM, Jonathan Shore jonathan.sh...@gmail.comwrote: Alan, fair enough, I'll give that a shot. It would be great to see support for SSE folded into the core VM. Or is the idea to later (or currently) utilize GPUs as well? On Jan 29, 2010, at 10:39 AM, Alan

Re: [Mono-list] Mono 2.6 for Ubuntu

2010-01-15 Thread Alan McGovern
If mono was installed into the /opt/mono prefix then you should have: PATH=/opt/mono/bin:$PATH Alan On Fri, Jan 15, 2010 at 1:19 PM, Chorn Sokun chornso...@gmail.com wrote: hmm, strange I can't get gtk-sharp-2.12.9 don't understand why *al* is located in */opt/mono/bin/al* but when I

Re: [Mono-list] Mono 2.6 for Ubuntu

2010-01-15 Thread Alan McGovern
From the parallel env document: Finally, to enter this environment at any time, run the following from a Bash prompt: source ~/mono-dev-env Did you do that before trying to compile gtk-sharp using your parallel environment? Alan. On Fri, Jan 15, 2010 at 2:32 PM, Chorn Sokun chornso

Re: [Mono-list] Mono 2.6 for Ubuntu

2010-01-14 Thread Alan McGovern
system. Alan. On Thu, Jan 14, 2010 at 5:58 AM, daniel tramps...@gmail.com wrote: The ubuntu devs package and deploy for their release which happens every 6 months. it is insane to say its up to them to package version released between OS versions. Ubuntu comes with a packaged version on gnome

Re: [Mono-list] Mono 2.6 for Ubuntu

2010-01-14 Thread Alan McGovern
motivate someone to create them or try to do it yourself. Alan. On Thu, Jan 14, 2010 at 3:33 PM, Chorn Sokun chornso...@gmail.com wrote: On Thu, Jan 14, 2010 at 5:29 PM, Alan McGovern alan.mcgov...@gmail.comwrote: If the ubuntu devs are happy with installing one giant tarball as supplied my Novell

Re: [Mono-list] Mono 2.6 for Ubuntu

2010-01-13 Thread Alan McGovern
at: http://www.mono-project.com/Parallel_Mono_Environments so that it does not conflict with your system. Alan. ~~~ Chorn Sokun +855 12 222718 http://chornsokun.wordpress.com http://twitter.com/csokun On Wed, Jan 13, 2010 at 9:07 AM, Peter Hagen pe

Re: [Mono-dev] BufferedStream.ReadByte and WriteByte are extremely inefficient

2010-01-11 Thread Alan McGovern
be: if m_buffer.Length == 0 as the case where the Length is = 0 is already handled. It makes things easier to understand. Thanks, Alan. On Mon, Jan 11, 2010 at 10:53 PM, Tom Philpot tom.phil...@logos.com wrote: Sorry, for double posting this patch. Snow Leopard's Mail.app w/ Exchange support turned my

Re: [Mono-dev] BufferedStream.ReadByte and WriteByte are extremely inefficient

2010-01-11 Thread Alan McGovern
Actually, ignore the part about the 1 = m_buffer.Length. On second reading that's fine ;) Alan. On Mon, Jan 11, 2010 at 11:24 PM, Alan McGovern alan.mcgov...@gmail.comwrote: Hey, This patch does three things: 1) Optimises away some allocations - good 2) Added extra checks which throw

Re: [Mono-dev] LLVM Expectations

2009-12-26 Thread Alan McGovern
and will be for a long time. Alan. -- View this message in context: http://old.nabble.com/LLVM-Expectations-tp26930912p26930912.html Sent from the Mono - Dev mailing list archive at Nabble.com. ___ Mono-devel-list mailing list Mono-devel-list

Re: [Mono-dev] Announcing the release of Mono 2.4.3

2009-12-09 Thread Alan McGovern
There were two commits to SVN with regards to this bug so it looks like it was accidently not closed. CC'ing the guy who committed those fixes as he'd be the one to know whether it should be closed or not. Alan. On Wed, Dec 9, 2009 at 10:41 PM, Oskar Berggren oskar.bergg...@gmail.comwrote

Re: [Mono-dev] StyleCop incompatibility

2009-12-08 Thread Alan McGovern
According to the rule - any using statement starting with System. should be sorted first. It's nothing to do with the assembly that the namespace comes from. Alan. On Tue, Dec 8, 2009 at 11:27 AM, Andrew Mikhailov and...@vitche.com wrote: The MS defines a code-style rule for the order

Re: [Mono-dev] Why not build official site on ASP.NET? Mono should enhance server performance and stability!

2009-12-07 Thread Alan McGovern
connections. If you're seeing issues with running out of threads and connections being dropped as a result, just export MONO_THREADS_PER_CPU=100 to increase the maximum number of allowed threads and see if that helps. Feel free to vary the number up or down as appropriate. Alan. On Mon, Dec 7, 2009

Re: [Mono-dev] Why not build official site on ASP.NET? Mono should enhance server performance and stability!

2009-12-07 Thread Alan McGovern
with a large number of actively transferring connections ( 50) I only need a handful of threadpool threads. If you starve the threadpool, your performance will suffer accordingly ;) Alan. On Mon, Dec 7, 2009 at 8:17 PM, Alan McGovern alan.mcgov...@gmail.comwrote: Hey, MonoTorrent uses the standard

Re: [Mono-list] Unmanaged C++ library

2009-11-25 Thread Alan McGovern
You should look into using SWIG to generate a C wrapper around your C++ library. Then you can just P/Invoke that. Alan. On Wed, Nov 25, 2009 at 1:09 PM, Alex Shulgin alexander.shul...@yessoftware.com wrote: Mario De Clippeleir wrote: Hi, I was wondering about using a native unmanaged c

Re: [Mono-dev] Problem with PackagePart URI containing spaces

2009-11-23 Thread Alan McGovern
. Thanks, Alan. On Mon, Nov 23, 2009 at 11:53 AM, mhartmann mhartm...@vr-web.de wrote: Hi, I'm trying to read packages that were created with System.IO.Packaging on a Windows machine using .NET. It seems that that there is a problem with PackageParts that contain spaces in the specified

Re: [Mono-dev] Problem with PackagePart URI containing spaces

2009-11-23 Thread Alan McGovern
for it as it should be there within a day or so. Thanks, Alan. p.s. You forgot to hit 'reply-all' with your last email. I've added the mailing list back into the CC but just look out for that in future. On Mon, Nov 23, 2009 at 2:51 PM, mhartm...@vr-web.de wrote: Hi, can you give me a hint which

Re: [Mono-list] DataAdapter Fill Error

2009-11-23 Thread Alan McGovern
Your best bet is to file a bug report with a small testcase to reproduce the issue. You've given absolutely no information so it's inpossible to tell what has gone wrong. Alan. On Mon, Nov 23, 2009 at 9:57 PM, Rıdvan Tülünay ridvantulu...@gmail.comwrote: I can't fill my dataset, console

Re: [Mono-dev] Should we replace MemoryStream?

2009-11-09 Thread Alan McGovern
if your application allocates 10 chunked memory streams a second and Dispose () them when you're done, you could add/remove the 'chunks' from a cache. This way you'd only ever allocate 10xsizeof (chunked stream) bytes of memory and you'd constantly re-use them. Alan. Like I said, I feel like

[Mono-list] Help with Error with difference between Opensuse 11.1 and Ubuntu 9.10

2009-11-09 Thread Alan Battersby
be doing to get around any possible deficiencies in 9.10 and what should I advise him to do? Thanks Alan ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-dev] faster than hashtable?

2009-10-28 Thread Alan McGovern
don't know. Alan. On Wed, Oct 28, 2009 at 8:25 AM, Tom Spink tsp...@gmail.com wrote: 2009/10/27 psant...@codicesoftware.com psant...@codicesoftware.com: Hi, If you need to store key/value pairs, where the key will be ALWAYS a unique long (no collisions), is there anything better than

Re: [Mono-dev] faster than hashtable?

2009-10-28 Thread Alan McGovern
Really what you need to do is benchmark all of the different options using your expected workload. It's near useless us telling you X is faster or Y is better without knowing the workload involved. Alan. On Wed, Oct 28, 2009 at 2:40 PM, pablosantosl...@terra.es pablosantosl...@terra.es wrote

Re: [Mono-dev] faster than hashtable?

2009-10-28 Thread Alan McGovern
Hey, On Wed, Oct 28, 2009 at 4:30 PM, pablosantosl...@terra.es pablosantosl...@terra.es wrote: Sure Alan! So, basically, the options are: - Use a sorted ArrayList and a binary search For this option the same story applies as for Dictionary K,V. If you write a strongly typed sorted list

Re: [Mono-dev] Why system.net.webresponse not implemented?

2009-10-23 Thread Alan McGovern
What makes you think it's not implemented? If you're attempting to subclass WebResponse and are seeing NotImplemented exceptions, it's because you must override those particular methods (and not call the base method!) and you have not done so. The behaviour is the same on MS.NET. Alan. On Fri

Re: [Mono-dev] Big performance gaps between .NET, Mono (Suse/Debian) ?

2009-10-06 Thread Alan McGovern
add elements to a Dictionary, pre-allocate all the objects first and then time just the addition. Alan. On Tue, Oct 6, 2009 at 10:15 AM, Lionel Cuir lionel_em...@aulofee.comwrote: Hello, Can anybody help me to understand why, on simple performance tests, I see so different results between

Re: [Mono-list] Need help getting the source

2009-10-06 Thread Alan McGovern
If you want mono try this: svn co http://anonsvn.mono-project.com/source/trunk/monohttp://anonsvn.mono-project.com/source/trunk/MODULE_NAME and for the class libraries svn co http://anonsvn.mono-project.com/source/trunk/mcshttp://anonsvn.mono-project.com/source/trunk/MODULE_NAME Alan

Re: [Mono-list] Can Mono rescue fyireporting.com reporting engine

2009-10-05 Thread Alan McGovern
in becoming that maintainer? Alan On 4 Oct 2009, at 22:03, Andrus kobrule...@hot.ee wrote: fyireporting.com implements MS RDL specification compatible report engine. It can be used to implement MS local ReportViewer assembly. Last release of fyireporting was in Feb 12, 2009 Last message from

Re: [Mono-dev] 2.6 preview 1

2009-10-01 Thread Alan McGovern
. If you're seeing a huge difference in the exact same code it might be worth filing a bug. Alan. -L Andrew Jorgensen-4 wrote: The first preview build of 2.6 has been published to http://mono.ximian.com/monobuild/preview/download-preview/ The windows installer in this build is known

[Mono-list] Advice about problems running code across different Operating systems

2009-09-09 Thread alan battersby
with reference to both these os's? I would be grateful for any information. Alan ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] unsuscirbe

2009-08-25 Thread Alan Escandarani
how i have to do to unsiscribe to monolist ? ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-dev] .NET / Mono runtime multi-cast differences.

2009-08-24 Thread Alan McGovern
it is you're seeing, what are listenChannel and listenEndpoint? Alan. On Mon, Aug 24, 2009 at 3:20 AM, James P Michels III james.p.mich...@gmail.com wrote: I have observed a difference in behavior between the Mono runtime and .NET runtime with respect to multi-cast support. Unless

Re: [Mono-list] Embedding ghsarp?

2009-08-20 Thread Alan McGovern
You want to embed Mono.CSharp into your application, not gsharp. gsharp embeds Mono.CSharp and exposes it through a nice pretty GUI, exactly what you should do. It'd be a good example to look at. Alan. On Thu, Aug 20, 2009 at 4:47 PM, Adam Tauno Williams awill...@whitemice.org wrote: I'm

Re: [Mono-list] Problems installing MONO 2.2 on Solaris 10

2009-07-30 Thread Alan McGovern
Hey, I'd highly recommend you don't use gtk-sharp 2.4.3 if you can avoid it. It is incredibly ancient - approaching 3 years old. If at all possible you should install 2.12.X. Alan. On Thu, Jul 30, 2009 at 9:50 AM, Tynar rippe...@gmail.com wrote: jluoni wrote: Thanks for the reply, I

Re: [Mono-dev] [PATCH] ParallelFx initial code drop

2009-07-28 Thread Alan McGovern
of legacy reasons. Some of the parallel fx files already exist in that location and it'd be a pain to move them all to the 'correct' location now. Alan. Miguel seems to have the same idea as me apart that I commit the new types directly instead of providing a patch. The new types can be added

Re: [Mono-dev] [PATCH] ParallelFx initial code drop

2009-07-28 Thread Alan McGovern
in System.Core if they need to go into mscorlib anyways. Pretty much exactly what my thoughts were on it ;) I just figured that since he's gotten multiple conflicting suggestions on what he should do, then he should email and clarify which one exactly he should follow. Alan. P Miguel

Re: [Mono-dev] Mono Regex not working the same as MS .NET

2009-07-26 Thread Alan McGovern
Hey, Could you take that testcase and info a file a bug report on bugzilla.novell.com . This way the isse won't be forgotten about and will be dealt with properly. Alan. On 26 Jul 2009, at 17:50, St4rNin3 st4rn...@gmail.com wrote: I am having some issues with Regex processing

Re: [Mono-list] how to resolve kernel32 error from mono

2009-07-15 Thread Alan McGovern
Hey, Ideally you'd refactor the code so that it uses the built in timer classes rather than calling into windows specific native libraries which provide the same thing. Youll have to do the same for every p/ invoke in the code. Is that possible? Alan On 15 Jul 2009, at 08:09, Bharti Mishra

Re: [Mono-list] how to resolve kernel32 error from mono

2009-07-15 Thread Alan McGovern
and they aren't. Alan. On Wed, Jul 15, 2009 at 9:22 AM, Bharti2 M bharti...@tcs.com wrote: hi, Thanx for sending me responce, but I am new in this field, so i am not able to understand properly. can you pls explain me again what should I do to resolve my error. Is there any event viewer in mono

Re: [Mono-list] can we add kernel32 dll in mono

2009-07-15 Thread Alan McGovern
not a mono issue. Alan. On Wed, Jul 15, 2009 at 12:21 PM, Robert Jordan robe...@gmx.net wrote: Bharti Mishra wrote: hi, I am executing existind vb.net project in mono onto opensuse platfom. I am getting following error System.Dllnotfoundexception:kernel32. how can I add kernel32 dll

Re: [Mono-dev] library vs module

2009-07-14 Thread Alan McGovern
Hey, On Wed, Jul 15, 2009 at 1:00 AM, Jon Shemitz jon.shem...@access-company.com wrote: Thanks - someone sent me that privately, and it did the trick. *cough* whoops, I thought I had hit reply to all ;) Glad it's working anyway. Alan. Perhaps `gmcs --help` could explain this better

Re: [Mono-list] GTK-Sharp: Cannot implicitly convert type `Cairo.Context' to `Cairo.Context'

2009-07-14 Thread Alan McGovern
on setting up a completely clean prefix so you don't get conflicts like this. It might help. Alan. On Mon, Jul 13, 2009 at 8:46 PM, cornholio m...@hofmeister-christian.dewrote: Hi Alan, thank you for your response. no, i didn't follow the guideline, but i removed my old mono installation a few

Re: [Mono-list] Fwd: Fwd: Game development with mono

2009-07-14 Thread Alan McGovern
. Alan. Regards, Justin Dearing On Tue, Jul 14, 2009 at 5:52 PM, Chris Howie cdho...@gmail.com wrote: On Tue, Jul 14, 2009 at 5:08 PM, Justin Dearingzippy1...@gmail.com wrote: Coding with Visual Studio and periodontally compiling to mono on windows will ensure compatability. I

Re: [Mono-list] GTK-Sharp: Cannot implicitly convert type `Cairo.Context' to `Cairo.Context'

2009-07-13 Thread Alan McGovern
to compile whatever it is you're compiling, what versions of those things are you compiling. Did you follow the guidelines here on how to install a parallel mono without breaking your system: http://www.mono-project.com/Parallel_Mono_Environments. Alan. On Mon, Jul 13, 2009 at 7:54 PM, cornholio m

<    1   2   3   4   5   6   >