| | |
Internet Explorer 1 hour page refresh
![]() |
•
•
•
•
Hello, I have a long process with more than 1 hour for finish, and when it finish the internet explorer doesn`t response. Why it occurs? Can anybody help me? Thanks.
. Well, by this I mean that whatever you are doing takes 1 hrs probably because its bulky. Due to this Internet Explorer might have stopped responding like any other program. e.g. when you run several and several and several and..... programs once in your system your computer works slowly and sometimes hangs. Maybe thats what has happened to this.However it would be nice if you could send whatever you were doing and your problem in detail.
•
•
Join Date: Nov 2006
Posts: 2
Reputation:
Solved Threads: 0
•
•
•
•
Maybe because the process you are talking about takes 1hrs. Well, by this I mean that whatever you are doing takes 1 hrs probably because its bulky. Due to this Internet Explorer might have stopped responding like any other program. e.g. when you run several and several and several and..... programs once in your system your computer works slowly and sometimes hangs. Maybe thats what has happened to this.
However it would be nice if you could send whatever you were doing and your problem in detail.
1 hour! never in my admitadly short life have I encountered a website that spent an hour loading an object (dynamically created or otherwise)... are you sure that a request->1 hour wait->response system is the correct idea? if the PDF contains time-related data, perhaps it would be better to click a button to start the process, and come back later to download it?
methinks a single HTTP request would timeout if the response took an hour... O_o
methinks a single HTTP request would timeout if the response took an hour... O_o
Plato forgot the nullahedron..
•
•
Join Date: Nov 2006
Posts: 4
Reputation:
Solved Threads: 0
We have procedures that take a long time at work...sometimes to the the tune of an hour or two. When it goes on for that long, your browser will time out the HTTP request. How we get around it is to start off the process in its own thread then present the user with a "wait" page that sends off requests now and then to see if the process has completed. Once it has we redirect them to the page they need to be at.
This can be accomplished with straight browser refreshes after x amount of seconds or through asynchronous requests back to the server to check (my preferred way because you don't get annoying screen flickering as the web page refreshes itself and you have to send back a lot less data through the connection to verify the status of the long process).
Locking the browser waiting for a request is generally a bad thing because the user has no idea as to what is going on.
The added benefit of sending off periodic requests is that if you have any sort of session management timeout, this will renew the session while the long process is happening.
This can be accomplished with straight browser refreshes after x amount of seconds or through asynchronous requests back to the server to check (my preferred way because you don't get annoying screen flickering as the web page refreshes itself and you have to send back a lot less data through the connection to verify the status of the long process).
Locking the browser waiting for a request is generally a bad thing because the user has no idea as to what is going on.
The added benefit of sending off periodic requests is that if you have any sort of session management timeout, this will renew the session while the long process is happening.
![]() |
Similar Threads
- Internet Explorer and Firefox Cannot Display the Page (Web Browsers)
- Hotoffers changed my Internet Explorer home page (Viruses, Spyware and other Nasties)
- Internet Explorer won't load, cannot open search (Viruses, Spyware and other Nasties)
- Internet explorer error page (Web Browsers)
Other Threads in the IT Professionals' Lounge Forum
- Previous Thread: E-Visa and India Company
- Next Thread: Installshield6.2 self-extracting executable problem
Views: 4037 | Replies: 5
| Thread Tools | Search this Thread |
Tag cloud for IT Professionals' Lounge
1gbit advertising advice amazon answers archive broadband business businessprocesses career carrier censorship china cio collectiveintelligence connectivity consumer corporateearnings datatransfer debtcollectors dictionary digg digital ebay ecommerce email employment environment facebook food government grid high-definition hottub infodelivery infotech intel internet interview ipod isp japan kindle lhc library malware marketing mit moonfruit news php piracy piratebay pope porn program questions r&d remoteworking research retail schools security sex shopping simple skype smallbusiness smb sms socialmedia socialnetworking software softwareengineer spam speed spending ssl startrek statistics stocks study stumbleupon survey tabletpc technology touch-screen touchscreen training twitter uk vbulletin videoinprint voips vulnerability web webdesign webdeveloper windows words






