Re: [GSoC] Template Compilation

2011-03-26 Thread Russell Keith-Magee
On Sun, Mar 27, 2011 at 10:48 AM, G.Boutsioukis wrote: > Hi, I'm thinking about submitting a proposal for template compilation > and I'm posting this as a request for more info. > > In particular, I remember this project being discussed last year and I > pretty much

Re: [GSoC] Template Compilation

2011-03-26 Thread Karen Tracey
On Sat, Mar 26, 2011 at 10:48 PM, G.Boutsioukis wrote: > What was the > rationale behind the decision to reject it? Unless, of course, it was > made on his part. > It wasn't rejected, Alex withdrew the template compilation proposal in favor of a non-relational DB project,

[GSoC] Template Compilation

2011-03-26 Thread G.Boutsioukis
Hi, I'm thinking about submitting a proposal for template compilation and I'm posting this as a request for more info. In particular, I remember this project being discussed last year and I pretty much assumed that Alex Gaynor's proposal would have been accepted(I see he's listed as a mentor this

Re: State of X-Sendfile support?

2011-03-26 Thread Waldemar Kornewald
On Sat, Mar 26, 2011 at 2:08 PM, Jacob Kaplan-Moss wrote: > On Sat, Mar 26, 2011 at 6:31 AM, Graham Dumpleton > wrote: >> In short, it is all a mess and trying to provide support for it in one bit >> of code is possibly asking a bit much. > > One

Re: State of X-Sendfile support?

2011-03-26 Thread Jacob Kaplan-Moss
On Sat, Mar 26, 2011 at 6:31 AM, Graham Dumpleton wrote: > In short, it is all a mess and trying to provide support for it in one bit > of code is possibly asking a bit much. One possible solution would be to split the problem up a bit. Django could provide an

Re: State of X-Sendfile support?

2011-03-26 Thread Graham Dumpleton
On Saturday, March 26, 2011 9:15:48 PM UTC+11, Gustavo Narea wrote: > > On 26/03/11 00:17, Graham Dumpleton wrote: > > Why guess in the first place? Apache and Nginx both support 'X-Sendfile: >> ' don't they? (older nginx seemed to only support their >> own syntax, though). >> > Apache

Re: State of X-Sendfile support?

2011-03-26 Thread Gustavo Narea
On 26/03/11 00:17, Graham Dumpleton wrote: > > Why guess in the first place? Apache and Nginx both support > 'X-Sendfile: > ' don't they? (older nginx seemed to only support their > own syntax, though). > > Apache requires a separate module to be installed which isn't part of > the

Re: State of X-Sendfile support?

2011-03-26 Thread Gustavo Narea
On 25/03/11 14:50, Thomas Guettler wrote: > Maybe you are right. Guessing is bad. But I think to write "nginx" into > the application code is bad, too. Something like this could be in settings.py. I think you're diverging: My point is simply to illustrate how to use wsgi-xsendfile. You wouldn't