[Mono-dev] mono WebResponse caching

2013-06-04 Thread Mark Lintner
We have noticed that parts of the Mono Web functionality are not yet implemented. We are hoping to be able to add some of these missing pieces. Caching of HttpWebResponses is the first one we took a look at. It would appear that Microsoft takes advantage of the internet explorer caching. Since

Re: [Mono-dev] mono WebResponse caching

2013-06-04 Thread Mark Lintner
From: Greg Young [gregoryyou...@gmail.com] Sent: Tuesday, June 04, 2013 6:49 PM To: Mark Lintner Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] mono WebResponse caching I would expect this to look at http caching headers in response when caching such as expiration

[Mono-dev] Re - mono WebResponse caching

2013-06-04 Thread Mark Lintner
, From: Greg Young [gregoryyou...@gmail.com] Sent: Tuesday, June 04, 2013 6:49 PM To: Mark Lintner Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] mono WebResponse caching I would expect this to look at http caching headers in response when caching such as expiration, whether

Re: [Mono-dev] mono WebResponse caching

2013-06-10 Thread Mark Lintner
with which it returns a cached url is roughly equivalent to a Dictionary based cache I was testing. From: dan...@d15.biz [dan...@d15.biz] on behalf of Daniel Lo Nigro [li...@dan.cx] Sent: Sunday, June 09, 2013 7:36 AM To: Mark Lintner Cc: Greg Young; mono

Re: [Mono-dev] Error Building Mono RPM for Fedora

2013-08-30 Thread Mark Lintner
' ~/.rpmmacros then you will put the spec in SPECS and the archive in SOURCES then rpmbuild -ba rpmbuild/SPECS/mono-core.spec From: Chris Tacke [cta...@opennetcf.com] Sent: Friday, August 30, 2013 11:33 AM To: Mark Lintner; mono-devel-list@lists.ximian.com Subject

Re: [Mono-dev] Error Building Mono RPM for Fedora

2013-09-01 Thread Mark Lintner
...@lists.ximian.com [mono-devel-list-boun...@lists.ximian.com] on behalf of Marcel Hellwig [k...@cookiesoft.de] Sent: Saturday, August 31, 2013 5:12 AM To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Error Building Mono RPM for Fedora On 31.08.2013 01:47, Mark Lintner wrote: if you put

Re: [Mono-dev] mono from git will not build on cygwin 32

2013-09-04 Thread Mark Lintner
gee, sorry. that should be prefix not profile --prefix=/usr/local I rushed because I had to go somewhere and got sloppy. Let me know if you still have issues. From: mono-devel-list-boun...@lists.ximian.com [mono-devel-list-boun...@lists.ximian.com] on

Re: [Mono-dev] mono from git will not build on cygwin 32

2013-09-04 Thread Mark Lintner
As Zoltan suggested in another case use make V=1 to get some more information From: Bryan Crotaz [bryan.cro...@silvercurve.co.uk] Sent: Wednesday, September 04, 2013 5:56 PM To: Mark Lintner Cc: Robert Jordan; mono-devel-list@lists.ximian.com Subject: Re: [Mono

[Mono-dev] mono make on cygwin 32 including atomic.c windows x86 has atomic operations

2013-09-04 Thread Mark Lintner
and it builds fine on Centos 6.4 but then Centos has pthreads. From: Zoltan Varga [var...@gmail.com] Sent: Tuesday, September 03, 2013 11:45 PM To: Mark Lintner Cc: mono-devel Subject: Re: [Mono-dev] mono from git will not build on cygwin 32 Hi, Try running

Re: [Mono-dev] mono make on cygwin 32 including atomic.c windows x86 has atomic operations

2013-09-04 Thread Mark Lintner
Very cool. Thanks for the heads up and the effort. I will do a pull now. From: Rodrigo Kumpera [kump...@gmail.com] Sent: Wednesday, September 04, 2013 7:22 PM To: Mark Lintner Cc: Zoltan Varga [var...@gmail.com]; mono-devel Subject: Re: [Mono-dev] mono make

Re: [Mono-dev] mono make on cygwin 32 including atomic.c windows x86 has atomic operations

2013-09-04 Thread Mark Lintner
Lintner Cc: Zoltan Varga [var...@gmail.com]; mono-devel Subject: Re: [Mono-dev] mono make on cygwin 32 including atomic.c windows x86 has atomic operations I just pushed a fix for that. On Wed, Sep 4, 2013 at 7:32 PM, Mark Lintner mlint...@sinenomine.netmailto:mlint...@sinenomine.net wrote: I

Re: [Mono-dev] mono make on cygwin 32 including atomic.c windows x86 has atomic operations

2013-09-04 Thread Mark Lintner
ompareExchange64' collect2: error: ld returned 1 exit status From: Rodrigo Kumpera [kump...@gmail.com] Sent: Wednesday, September 04, 2013 7:22 PM To: Mark Lintner Cc: Zoltan Varga [var...@gmail.com]; mono-devel Subject: Re: [Mono-dev] mono make on cygwin 32 including

[Mono-dev] Ok, here is a cleaned up version of a MONO Cygwin tutorial.

2013-09-04 Thread Mark Lintner
email]https://connect.emailsrvr.com/owa/UrlBlockedError.aspx] Sent: Wednesday, September 04, 2013 5:32 PM To: Mark Lintner Subject: Re: mono from git will not build on cygwin 32 That tutorial should go up on the mono site. I've spent 4 days now getting nowhere with compiling mono for the first

[Mono-dev] FW: A cleaned up and correct version of a MONO Cygwin tutorial - Version 001

2013-09-04 Thread Mark Lintner
-devel-list-boun...@lists.ximian.com] on behalf of Mark Lintner [mlint...@sinenomine.net] Sent: Wednesday, September 04, 2013 11:14 PM To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] Ok, here is a cleaned up version of a MONO Cygwin tutorial. I had posted a rough and buggy version

Re: [Mono-dev] mono from git will not build on cygwin 32

2013-09-05 Thread Mark Lintner
. From: Rafael Teixeira [mono...@gmail.com] Sent: Thursday, September 05, 2013 6:22 AM To: Mark Lintner Cc: Mono Development Subject: Re: [Mono-dev] mono from git will not build on cygwin 32 Mark, did you check your path? seems like you something else called make

Re: [Mono-dev] mono from git will not build on cygwin 32

2013-09-05 Thread Mark Lintner
in the beginning. Good luck. From: Bryan Crotaz [bryan.cro...@silvercurve.co.uk] Sent: Thursday, September 05, 2013 10:03 AM To: Mark Lintner Cc: Rafael Teixeira; Mono Development Subject: Re: [Mono-dev] mono from git will not build on cygwin 32 Am I Londondev? I

[Mono-dev] FW: mono make on cygwin 32 including atomic.c windows x86 has atomic operations

2013-09-05 Thread Mark Lintner
] on behalf of Mark Lintner [mlint...@sinenomine.net] Sent: Wednesday, September 04, 2013 9:53 PM To: Rodrigo Kumpera Cc: mono-devel Subject: Re: [Mono-dev] mono make on cygwin 32 including atomic.c windows x86 has atomic operations I changed this in configure-in and ran configure and make if test x

[Mono-dev] easier cygwin installation

2013-09-05 Thread Mark Lintner
that could come up in a google search. From: londondev [via Mono] [ml-node+[hidden email]https://connect.emailsrvr.com/owa/UrlBlockedError.aspx] Sent: Thursday, September 05, 2013 12:24 PM To: Mark Lintner Subject: Re: mono from git will not build on cygwin 32

Re: [Mono-dev] latest mono from git now builds on the latest cygwin

2013-09-09 Thread Mark Lintner
Gotcha, that seems reasonable. You would choose it and it would pull in exactly and only what you need to build mono. That sounds reasonable. From: Bryan Crotaz [bryan.cro...@silvercurve.co.uk] Sent: Monday, September 09, 2013 10:36 AM To: Mark Lintner Cc

Re: [Mono-dev] latest mono from git now builds on the latest cygwin

2013-09-09 Thread Mark Lintner
Are you asking whether mono could be installed as a package in Cygwin? I thought the problem was it was hard to get Cygwin configured. From: Bryan Crotaz [bryan.cro...@silvercurve.co.uk] Sent: Sunday, September 08, 2013 6:31 PM To: Daniel Lo Nigro Cc: Mark