Giter VIP home page Giter VIP logo

Comments (1)

Fatal1ty avatar Fatal1ty commented on August 28, 2024

Hi,

This library is designed to maximize the efficient use of network resources, so it has a connection pool with a maximum number of max_connections connections, which by default is ten. Each connection has a channel pool that allows up to 1000 notification requests to be processed in a single connection in parallel. All this works in a single thread asynchronously. Therefore, even if you set a large number to "max_connections" parameter and at the same time send a few notifications per second, one connection will be reused in the pool and no other connections will be created. Also, each connection has an inactivity timer that allows you to keep as many active connections in the pool as needed and adapt to the increasing number of notification requests.

As for the list of tokens, as far as I know, APNs doesn't provide such functionality and neither does this library. But thanks to all of the above, you can simply send notification requests in bulk using asyncio.wait for example.

from aioapns.

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.