On Thu, 16 Feb 2006 21:35:13 -0300, Kane <[EMAIL PROTECTED]> wrote:
> btw, 'ping' as written above is horrible. If a code review turned
> _that_ up on production someone would be fired, along with whoever
> hired them, whoever ate lunch with them and anyone that waves goodbye.
Really? Wow... Got
Charles wrote:
> Hello, I'm think about using mod_python for a project but I need to make
> sure: Does mod_python time out after a minute ? (I hope not).
Mod_python itself doesn't time out. If such a thing happened it
would be because of how Apache, some intermediate proxy or
the client is config
> Does mod_python time out after a minute ?
No, but the browser may timeout. Sending a periodic bit-o-data on a
long running page is a good idea anyway (so the user knows it is still
working).
>If I leave an HTTP connection open so that the content keeps loading inside
>the
>browser window ind
Hello, I'm think about using mod_python for a project but I need to make
sure: Does mod_python time out after a minute ? (I hope not). If I leave
an HTTP connection open so that the content keeps loading inside the
browser window indefinately, and if I close the browser window, the
mod_pyth