Idea: Auto-reload

Since a lot of people just sorta chat on the "how many posts" threads, wouldn't it make sense to have an option for some sorta auto-reload so people don't have to keep hitting reload to chat?

Can u do this, Jordan?

:)
 
Hmmm... I can see where this would be an advantage, but I doubt this could be pulled off. Your computer and the server would have to be in constant contact with each other, which would dramatically increase bandwidth usage. :(
 
I like GTPlanet just the way it is. If you press F5 it automaticly reloads the screen without having to hit the refresh button.
 
I don't know if you guys have noticed or not, but I have added a link which refreshes the page for you (so you don't have to keep hitting the button in your browser, or pressing F5). Just look for it right below the lower "New Topic" and "Post Reply" buttons, it says "Refresh Thread".

Hope you like it... :)
 
Originally posted by Jordan
I don't know if you guys have noticed or not, but I have added a link which refreshes the page for you (so you don't have to keep hitting the button in your browser, or pressing F5). Just look for it right below the lower "New Topic" and "Post Reply" buttons, it says "Refresh Thread".

Hope you like it... :)
I see it. We'll give it a try. :)
 
wouldn't it make sense to have an option for some sorta auto-reload so people don't have to keep hitting reload to chat?
I don't think that would be good for him. His web provider would get a little bit unhappy with the hoards of extra bandwith he was using.
would dramatically increase bandwidth usage
See (:

What if you were reading a long post by someone on a page, and *zip* the page reloaded and you had to find your spot again.
If you reload a browser window, it remembers where you were, even if the page changes. Neat eh? At least in IE 5.5 it does.

Your computer and the server would have to be in constant contact with each other
Actually, they wouldn't, which is even worse. There is no way for standard http to generate a 'constant connection'. Each time the client end needs a file, it has to send all the request information. This includes information about the computer, browser, and any cookie the client end may have. Then the server has to parse it, decide how/what to reply, and execute the process. Of course this all happens in the blink of an eye, but when you're talking about blinking your eye some sixty times everytime you load a page (building the dynamic html files, sending the html and images ... each is a process), then saying there are between 20 and 200 people looking at the site at the same time, then something like 15 to 100 people on the boards, each refreshing their thread every 5 seconds ... man that's a lot of eye blinks. I wouldn't want to put anybody through that kind of torture (:

~LoudMusic
 
Originally posted by LoudMusic

I don't think that would be good for him. His web provider would get a little bit unhappy with the hoards of extra bandwith he was using.

See (:


If you reload a browser window, it remembers where you were, even if the page changes. Neat eh? At least in IE 5.5 it does.


Actually, they wouldn't, which is even worse. There is no way for standard http to generate a 'constant connection'. Each time the client end needs a file, it has to send all the request information. This includes information about the computer, browser, and any cookie the client end may have. Then the server has to parse it, decide how/what to reply, and execute the process. Of course this all happens in the blink of an eye, but when you're talking about blinking your eye some sixty times everytime you load a page (building the dynamic html files, sending the html and images ... each is a process), then saying there are between 20 and 200 people looking at the site at the same time, then something like 15 to 100 people on the boards, each refreshing their thread every 5 seconds ... man that's a lot of eye blinks. I wouldn't want to put anybody through that kind of torture (:

~LoudMusic
You must be an IT guy... ;)
 
Originally posted by LoudMusic


Gee ... how'd you guess? (:

~LoudMusic
I can just tell these things (your profile also helped)! :P It's great to have you at GTPlanet. :)
 
Back