Questions tagged [stalled]
22 questions
10
votes
3 answers
Chrome cancels URL_REQUEST after exactly 3 seconds
Ok, so this is a weird one.
I am working on a php script that does a lot of work when requested (image processing). So this is not unusual it issues a response in 10 seconds, up to 30 seconds sometimes : it's a long script, and this is important for…

Bedu33
- 613
- 1
- 6
- 17
5
votes
3 answers
Determining the reason for a stalled process on Linux
I'm trying to determine the reason for a stalled process on Linux. It's a telecom application, running under fairly heavy load. There is a separate process for each of 8 T1 spans. Every so often, one of the processes will get very unresponsive -…
John H
4
votes
0 answers
What causes HTTPS request to stall at initial connection?
Apologies but this will be a bit of a wishy washy question, I am out of ideas at the moment; apart from testing all the connections (all look good individually) I am not sure what else I can even change. Please tell me if there is any other…

Tobin
- 1,698
- 15
- 24
3
votes
0 answers
Parallel requests are stalled even in HTTP 2
There are list of items in the array. For each Item we need to fetch data from the server on componentMount. All requests are triggered in parallel but the request are getting stalled. All requests use same connection id as well. The target domain…

Gokul Baskaran
- 31
- 2
3
votes
0 answers
Decrease stalled time on page loading with sub domain resources
Google chrome stall resource while downloading if there is already six connections with domain. I read on internet that to decrease stall time of resource, put resource on multiple domains so that more connections will download.
I want to know that…

Danesh
- 46
- 5
3
votes
2 answers
App engine index building stalled stuck
I am having a problem with indexes building in my App Engine application. There are only about 200 entities in the indexes that are being built, and the process has now been running for over 24 hours.
My application name is romanceapp.
Is there any…

Alexander Marquardt
- 1,539
- 15
- 30
2
votes
1 answer
Browser freezes when loading Jupyter / iPython Notebook or takes ages to open
When I'm trying to load or open for the first time an imported large Jupyter / iPython notebook (over 10 MB) in a browser, the browser stucks / stalls / freezes or takes ages with a non responding pages alert. I've got the problem with different…

Claude COULOMBE
- 3,434
- 2
- 36
- 39
2
votes
1 answer
Browser stalls request when serving static files with Nginx
I have a situation where when I open the page for the first time, everything works fast, if I reload the page soon after everything works ok, and if I reload the page 3rd time browser stalles the request for about 25 seconds. Sometimes more,…

Igor-Vuk
- 3,551
- 7
- 30
- 65
2
votes
1 answer
Chrome is closing my ajax post at exactly 60 seconds
I am submitting some information that takes longer than 60 seconds to process, for some reason Chrome is closing that connection at exactly 1 minute. We also have the page cached with Akamai but they say that their timeout is 120 seconds, so…

MarianaM
- 67
- 4
2
votes
2 answers
How to bind the HTML5::stalled event from soundmanager?
I'm trying to to write a javascript app that use the [SoundManager 2][1] api and aim to run in
all desktop and mobile browsers. On the iPad platform, Soundmanager is using the HTML5 audio api since there is on flash support. Now, when I'm trying to…

Ron Zukerman
- 61
- 1
- 8
1
vote
2 answers
Detect a stalled BackgroundWorker in C#
I use backgroundworker objects to preform some async and threading where needed. Every once in awhile when I run the backgroundworker it stalls in the middle of running and doesn't finish. It usually does this when I am running more then 1…

Phillip
- 430
- 1
- 5
- 13
1
vote
0 answers
Request stalled indefinitely in chrome browser
I use the bellow code in order to send requests when my page changes. When I try it with Firefox browser I have no issues but in Chrome browser the request stay pending indefinitely. Can you guys help on this ?
navigator.sendBeacon('my-url/session',…

Carlos Cardoso
- 315
- 1
- 2
- 9
1
vote
0 answers
Requests stalled in Chrome and Firefox for 2 seconds (windows 7)
I locally start an angular application ant try to load it. It loads quite a lot of js/css files (xhr requests).
Sometimes everything goes right, but most of the time 1-3 requests (js or css files) get stuck for exactly 2 minutes (they are in…

Aneta Stępień
- 704
- 6
- 20
1
vote
1 answer
How to throw an exception after a period of time if a certain line is not reached?
I have a problem when tryig to connect to a server using java.
Lets say that on line:
server.connect()
the program just stalls, no exceptions are thrown.
What I would like to do is throw an exception after 5 seconds if it is stalled. But since I…

Sean Mc
- 71
- 1
- 8
1
vote
0 answers
Simultaneous HTML5 Video Preloading Stalls on Same Domain
I am trying to preload several video files from the same domain, and have run into the problem where, after a certain number have loaded, the other files will throw the "Stalled" event, and will hang there indefinitely. It appears to be related to…

DasBeret
- 13
- 2