[Mono-dev] Token not found

2015-05-19 Thread Neale Ferguson
I am trying to determine why I am getting the following abort with the following message and stack trace. I am after a strategy for shooting the problem rather than a definitive answer... Could not find required dynamic token 0x0a05 #7 0x003979832925 in raise () from /lib64/libc.so.6

Re: [Mono-dev] HttpListener

2015-05-19 Thread Greg Young
Miguel, Would it be best to just take a stab at an alternative interface and send a PR for discussion? Greg On Sun, Apr 26, 2015 at 4:43 PM, Greg Young wrote: > This is the code handling the prefixes its here > https://github.com/mono/mono/blob/master/mcs/class/System/System.Net/EndPointManager

Re: [Mono-dev] HttpListener

2015-05-19 Thread Miguel de Icaza
Well, it might be best if you explain what you have in mind, before we waste time with a pull request. But either way works. On Tue, May 19, 2015 at 3:50 PM, Greg Young wrote: > Miguel, > > Would it be best to just take a stab at an alternative interface and > send a PR for discussion? > > Greg

Re: [Mono-dev] HttpListener

2015-05-19 Thread Greg Young
I was thinking a basic code api that allowed the specification of interface to bind to separately from which prefixes to accept to start with. The biggest issue here is that the ms api is basically using httpprefix to mean two very different things. On Tue, May 19, 2015 at 10:58 PM, Miguel de Icaz

Re: [Mono-dev] HttpListener

2015-05-19 Thread Miguel de Icaza
Shouldn't we bind on the interface based on the IP address? Would that not solve the problem? miguel On Tue, May 19, 2015 at 4:00 PM, Greg Young wrote: > I was thinking a basic code api that allowed the specification of > interface to bind to separately from which prefixes to accept to start >

Re: [Mono-dev] HttpListener

2015-05-19 Thread Greg Young
Yes exactly my intention. The problem is I am only given http prefixes in that code. Consider the case I have an interface 192.168.1.1 and an interface 10.114.1.112 Given a http prefix of http://my.elasticip:8080 which interface should it pick? As you can see here the prefixes are being used for

Re: [Mono-dev] HttpListener

2015-05-19 Thread Teravus Ovares
Since we're talking about the HttpListener..Any thoughts on making HttpListener more friendly to longer running, blocked tasks.? Such as Event Queues. Almost all of these edge cases involve reading the input stream for paths/queryparams/etc, blocking the thread while doing some work or wait

[Mono-dev] Monodevelop & mono version

2015-05-19 Thread techi eth
Hi, Is their any compatibility matrix for monodevelop & mono version on ubuntu 14.04 ? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list