Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.networking > #8522 > unrolled thread

web browser timeout - slow server

Started byMike Scott <usenet.16@scottsonline.org.uk.invalid>
First post2024-12-03 19:27 +0000
Last post2024-12-03 20:45 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.os.linux.networking


Contents

  web browser timeout - slow server Mike Scott <usenet.16@scottsonline.org.uk.invalid> - 2024-12-03 19:27 +0000
    Re: web browser timeout - slow server Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-12-03 20:45 +0000

#8522 — web browser timeout - slow server

FromMike Scott <usenet.16@scottsonline.org.uk.invalid>
Date2024-12-03 19:27 +0000
Subjectweb browser timeout - slow server
Message-ID<vinm3i$96ek$2@dont-email.me>
I've just run full tilt into an unexpected problem.

I have a web server that calculates a number (perhaps 10 - 100 or 
potentially more) of images and delivers a zip file for download.

I'm now finding the browser is timing out and resending the form data. 
It's been causing obscure download errors. The zip file takes maybe a 
minute or more to calculate even for smallish test requests.

I'd not anticipated any such timeout, so feel up the proverbial gumtree. 
A web interface seemed a natural way to go as an extension of an 
existing system, but the image calculation is what it is, and won't 
speed up much.

Does anyone have any thoughts on a way out of this please? Downloading 
the images a few at a time isn't really acceptable!

Thanks.


-- 
Mike Scott
Harlow, England

[toc] | [next] | [standalone]


#8523

FromLawrence D'Oliveiro <ldo@nz.invalid>
Date2024-12-03 20:45 +0000
Message-ID<vinqkg$avd9$4@dont-email.me>
In reply to#8522
On Tue, 3 Dec 2024 19:27:46 +0000, Mike Scott wrote:

> A web interface seemed a natural way to go as an extension of an
> existing system, but the image calculation is what it is, and won't
> speed up much.

Obviously you need to provide some feedback while putting together the 
complete download in the background. Only when that is ready should you 
actually redirect the browser to the URL to get the complete archive.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.os.linux.networking


csiph-web