Re: [Mono-list] Mono 3.2.0 Asp.NET MVC Memory Leak

2013-08-01 Thread Andrés G. Aragoneses
On 31/07/13 22:13, James Wright wrote: I've recently upgraded our web server from Mono 2.10.8 to Mono 3.2.0 (built from source tarball), but I'm noticing a huge difference in memory usage. The old version would startup our ASP.NET MVC 2 website using ~100MB and over approximately two weeks g

[Mono-list] Mono 3.2.0 for windows

2013-08-01 Thread samkrao
When will Mono 3.2.0 for windows will be released -- View this message in context: http://mono.1490590.n4.nabble.com/Mono-3-2-0-for-windows-tp4660355.html Sent from the Mono - General mailing list archive at Nabble.com. ___ Mono-list maillist - Mono

Re: [Mono-list] Where is the source of libgdiplus-3.0.tar.gz

2013-08-01 Thread TheColonel26
Thread necromancer here Are the release notes and download page ever going to be updated with relevant information? such as where to get libgdiplus-3.0? Ubuntu binary packages would be great too considering mono 3 is suppose to be stable. and the new release. As far as I can tell. Then again the

Re: [Mono-list] Where is the source of libgdiplus-3.0.tar.gz

2013-08-01 Thread TheColonel26
Thread necromancer here Are the release notes and download page ever going to be updated with relevant information? such as where to get libgdiplus-3.0? Ubuntu binary packages would be great too considering mono 3 is suppose to be stable the new release, As far as I can tell. Then again the web

Re: [Mono-list] Where is the source of libgdiplus-3.0.tar.gz

2013-08-01 Thread Ian Norton
Try out pmono, I include a gdiplus build. Afaik gdiplus isn't at v 3.0 , it has its own numbers On 1 Aug 2013 17:35, "TheColonel26" wrote: > Thread necromancer here > > Are the release notes and download page ever going to be updated with > relevant information? such as where to get libgdiplus-3

Re: [Mono-list] Where is the source of libgdiplus-3.0.tar.gz

2013-08-01 Thread TheColonel26
Where would I find this pmono? Does it support ASP.net MVC 4? that still doesn't answer the question of why the mono-project website is out of date and neglected also where does it say that there is libgdiplus 3.0 in the release notes then? http://www.mono-project.com/Release_Notes_Mono_3.2 (s

Re: [Mono-list] Where is the source of libgdiplus-3.0.tar.gz

2013-08-01 Thread Ian Norton
http://inorton.wordpress.com/pmono-parallel-mono-debian-pacakges/ On 1 Aug 2013 18:02, "TheColonel26" wrote: > Where would I find this pmono? Does it support ASP.net MVC 4? > > that still doesn't answer the question of why the mono-project website is > out of date and neglected > > also where doe

Re: [Mono-list] Where is the source of libgdiplus-3.0.tar.gz

2013-08-01 Thread Ian Norton
And gdiplus tarballs live here http://download.mono-project.com/sources/libgdiplus/ On 1 Aug 2013 18:05, "Ian Norton" wrote: > http://inorton.wordpress.com/pmono-parallel-mono-debian-pacakges/ > On 1 Aug 2013 18:02, "TheColonel26" wrote: > >> Where would I find this pmono? Does it support ASP.n

Re: [Mono-list] Array.CopyTo - Mono (Ubuntu) vs .Net (Windows)

2013-08-01 Thread const86
Stifu wrote > Rialtaym = Real time? Yes, Real time. Stifu wrote > First step I'd go through, whether you fix the bug yourself or not: report > the bug on bugzilla (https://bugzilla.xamarin.com/). Unfortunately, this is probably not a bug. In the mono array are copied too far. But in .NET exter

Re: [Mono-list] Array.CopyTo - Mono (Ubuntu) vs .Net (Windows)

2013-08-01 Thread const86
Is there a reason your video source requires this technique to buffer? This code is inefficient because: 1. It allocates a new buffer every time it reads from the source buffer. 2. It removes data from the source buffer by doing 2 more heap and block copies. Yes buffer is needed. I would like t

[Mono-list] How to debug Mono-Service2????

2013-08-01 Thread Kevin.Kline
Hi Guys: I just transplanted mine whole solution to Mono platform, and it works fine. BUT, i cannot deploy any mono service, There isn't any response message when i was running that command at blow: "mono-service2 --debug -l: " No reason, No response, No errors, The only on