Gossamer Forum
Home : General : Perl Programming :

How can I calculate the speed? - HELP!

Quote Reply
How can I calculate the speed? - HELP!
 Ok got one I cannot figure out, I need to know how I can calculate the amount of time it would take for the major modem types (56.6,36.6,28.8,14.4) to load a page based on the number of bytes the page is. Does anyone have ANY idea how to do this?


Thanks,
vivi
Quote Reply
Re: How can I calculate the speed? - HELP! In reply to
Hmm... are you asking of how to automatically print a certain value or time to download on the pages or do you want to insert them automatically? I mean, if you want to do it manually you can always use javascript, but if you want it to be automatic, I guess you could add up some codes just like what dbman has.