wonko
04-12-2008, 09:50 PM
Right now I have my AJAX read and write requests set on a timer to refresh every 300ms, but I noticed that if I'm on a computer with very slow internet it can't process the requests fast enough and doesn't work. Likewise a computer with fast internet is still limited to the 300ms.
I want to make the requests load as fast as possible depending on the user's internet connection, is there anyway to do this?
I want to make the requests load as fast as possible depending on the user's internet connection, is there anyway to do this?