Re: [Web-SIG] serving (potentially large) files through wsgi?

2007-12-24 Thread Manlio Perillo
Robert Brewer ha scritto: > [...] > I still say the answer to "should logging be done by the application or > server?" is "neither". We need a component that covers the "everything > else" of WSGI; that is, the environment in which servers and > applications are instantiated, connected, started, st

Re: [Web-SIG] serving (potentially large) files through wsgi?

2007-12-24 Thread Manlio Perillo
Graham Dumpleton ha scritto: > On 22/12/2007, Manlio Perillo <[EMAIL PROTECTED]> wrote: >> Graham Dumpleton ha scritto: >>> [...] >>> >>> The more and more that this discussion goes on, the conclusion I am >>> coming to is that WSGI applications should simply not be using the web >>> server log fil

Re: [Web-SIG] a possible error in the WSGI spec

2007-12-24 Thread Manlio Perillo
Phillip J. Eby ha scritto: > [...] >> There is also a little problem in the "The start_response() Callable" >> chapter, in this phrase: >> >> """The start_response callable must not actually transmit the response >> headers. Instead, it must store them for the server or gateway to >> transmit only