Re: Catching user-presses-stop early

2001-10-17 Thread Jeremy Howard
Stas Bekman wrote: > Gunther Birznieks wrote: > > > Would sending a null byte work with a reverse proxy method of mod_perl > > if the reverse proxy caches and doesn't deliver the data right away? I > > don't know if there is a way to control this or what the behavior is. > > The technique in the g

Re: Catching user-presses-stop early

2001-10-17 Thread Stas Bekman
Gunther Birznieks wrote: > Would sending a null byte work with a reverse proxy method of mod_perl > if the reverse proxy caches and doesn't deliver the data right away? I > don't know if there is a way to control this or what the behavior is. The technique in the guide doesn't work with apach

Re: Catching user-presses-stop early

2001-10-12 Thread Gunther Birznieks
Would sending a null byte work with a reverse proxy method of mod_perl if the reverse proxy caches and doesn't deliver the data right away? I don't know if there is a way to control this or what the behavior is. As an aside, why not just send whitespace instead of a nullbyte? It's supposed to

Catching user-presses-stop early

2001-10-12 Thread Jeremy Howard
Our site is suddenly getting to the point where resource constraints are becoming an issue for the first time. So, apologies in advance if I have lots of optimization-related questions over the next couple of weeks... One thing I would like to catch is the related problems of: - Users pressing s