GithubHelp home page GithubHelp logo

Threads not closed about lazylist HOT 6 CLOSED

thest1 avatar thest1 commented on August 29, 2024
Threads not closed

from lazylist.

Comments (6)

thest1 avatar thest1 commented on August 29, 2024

Right, threads are not closed. They're cached to serve more requests. They will be killed when application is killed. I don't think they consume any reasonable amount of memory so I would not bother about that. It's a thread pool, you don't want to start a new one for every image, you want them to be cached.

from lazylist.

Todd-Davies avatar Todd-Davies commented on August 29, 2024

Ahh, I see your argument ;) It's just that I had an application with a number of activities using the image loader and so ended up with about 50 threads :P

from lazylist.

thest1 avatar thest1 commented on August 29, 2024

ImageLoader should be only one per application. This way memory cache is most effective.

from lazylist.

Todd-Davies avatar Todd-Davies commented on August 29, 2024

Ahh, how do you suggest I get around my problem of having it in many different activites. I have a selection of lists, galleries and image views using the class. Btw, do you want to move this to stack overflow?

from lazylist.

thest1 avatar thest1 commented on August 29, 2024

Yes, just have only one instance of ImageLoader. You can place it to Application class of make it static member of any other class.

from lazylist.

Todd-Davies avatar Todd-Davies commented on August 29, 2024

Ahh I see. I'm not working on this project for a month or two, but when I get round to it, I'll tell you how it's gone. Thanks!

from lazylist.

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.