Giter Club home page Giter Club logo

Comments (2)

pokeb avatar pokeb commented on May 30, 2024

Hi Peter

It is certainly much slower running requests on my iPhone 3G than in the simulator, but I don't think there's an awful lot we can do about this. At a wild guess, it's either down to the speed of the device, the speed of the device's wifi, or the OS passing on network events purposely slowly to keep the battery use down. :)

If you add an NSLog statement to handleBytesAvailable to log the number of bytes received, you'll see that it is called much more often in the simulator than on the device. As far as I can see from profiling in instruments, +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] is where it is spending its time. In my tests, time spent in ASIHTTPRequest code is negligible (13 samples out of 22900).

If you run the performance tests, you'll see that NSURLConnection is also much slower on the device than in the simulator. Performance for the two seems to be similar in most situations.

On very fast connections, you might be able to eke out a bit more performance by increasing the size of the download buffer (in handleBytesAvailable), but if your line speed is 200kbits, I doubt it would make any difference.

I don't have a 3GS to test on, perhaps requests will run faster there.

As always, I'm open to suggestions, please do reopen this issue or use the google group if you'd like to discuss further.

Best,

Ben

from asi-http-request.

peterp avatar peterp commented on May 30, 2024

Hi Ben,

Thanks. I meant to close this ticket last night - I had read a blog post you made in January about performance and realised that it was simply the device.

Thanks for the code. It's very much appreciated.

from asi-http-request.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.