Re: [Zope] Problem with keep-alive timeout (zope: addressed to exclusive sender for this address)

2005-06-21 Thread Ralph
On Tuesday 21 June 2005 19:16, Dieter Maurer - [EMAIL PROTECTED] wrote:
> Ralph wrote at 2005-6-20 22:36 +0200:
>
> The easiest way would be to use a different browser ;-)
>
> I think IE can be customized to use a different timeout (I do not
> know as I use Mozilla -- by default without timeout).
No that's not possible with HTTP1.0. The problem is, why IE is using HTTP1.0? 
With HTTP1.1 its possible to change keepalive-timeout.



___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Problem with keep-alive timeout

2005-06-21 Thread Dieter Maurer
Ralph wrote at 2005-6-20 22:36 +0200:
>
>I made a small and simple database applikation with some reports on a large 
>database. But surprise, IE 6.0 (WinXP,SP2) is getting always a timeout after 
>60seconds, because IE communicates with Zope through the HTTP1.0-protocoll. 
>My reports needing always 40s-120s, so is there someone that could give me a 
>solution for this annoying timeout problem?

The easiest way would be to use a different browser ;-)

I think IE can be customized to use a different timeout (I do not 
know as I use Mozilla -- by default without timeout).

There is a very old product around, I think its name is "LocalProc",
to execute long running requests in the background and provide
some view on its face. It may not longer work in current Zope
versions but may be instructive how to proceed...

-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Problem with keep-alive timeout

2005-06-20 Thread Peter Bengtsson
I had a similar problem and solved it by having a cron job that runs
in the background with wget.
In my case was able to divid it up to run a little bit of the big
report at a time. This way I'm now able to have a cron job happening
every hour.

On 6/20/05, Ralph <[EMAIL PROTECTED]> wrote:
> 
> I made a small and simple database applikation with some reports on a large
> database. But surprise, IE 6.0 (WinXP,SP2) is getting always a timeout after
> 60seconds, because IE communicates with Zope through the HTTP1.0-protocoll.
> My reports needing always 40s-120s, so is there someone that could give me a
> solution for this annoying timeout problem?
> 
> ___
> Zope maillist  -  Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )
> 


-- 
Peter Bengtsson, 
work www.fry-it.com
home www.peterbe.com
hobby www.issuetrackerproduct.com
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Problem with keep-alive timeout

2005-06-20 Thread Ralph

I made a small and simple database applikation with some reports on a large 
database. But surprise, IE 6.0 (WinXP,SP2) is getting always a timeout after 
60seconds, because IE communicates with Zope through the HTTP1.0-protocoll. 
My reports needing always 40s-120s, so is there someone that could give me a 
solution for this annoying timeout problem?

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )