Git Product home page Git Product logo

Comments (4)

jkarneges avatar jkarneges commented on August 25, 2024

By limit the number of outgoing messages, do you mean limit the rate? Are you sending some kind of info to clients on an interval, and you want to slow down the interval when there are lots of clients?

from django-eventstream.

paolodina avatar paolodina commented on August 25, 2024

Sorry I've not been clear.

Yes I'm sending info to clients at periodic intervals. My issue is that the data size is ~100kb, sent every 5 seconds to each client. Suppose there are 1000 connected clients for a day, and well it's a good amount of outgoing bandwidth at the end of the month.

So I was looking for a way to limit the outgoing traffic and initially thought to handle that limiting the number of targets client to the first n... but first I'll surely try to put a reverse proxy with gzip in front (like you suggested in #67).

About the number of connected clients, I'd be interested anyway to know how many clients are receiving the message at a certain time, possibly with some extra info (like the IP of these clients). I wonder if it's possible.

Thanks!

from django-eventstream.

jkarneges avatar jkarneges commented on August 25, 2024

That is a lot of data to send with such frequency. If it's for a user interface, I think either the user would be overwhelmed with content or much of the data isn't used. I wonder if you could send less data? Unless it's multimedia data like graphics, but in that case it would probably already be compressed.

Django-eventstream doesn't provide a way to get the concurrent client count or IPs, but you might be able to make an ASGI middleware to do this. Another way is to use Pushpin in front of your app, which emits this kind of information from its stats socket.

from django-eventstream.

paolodina avatar paolodina commented on August 25, 2024

It's crypto currency data that the backend reads from the exchanges APIs, does some computation, and every ~5 seconds sends the result to the frontend where users can apply filters.

I'll try first with the ASGI middleware then with Pushpin, thanks for both the ideas. Eventually I'll post the middleware here.

from django-eventstream.

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.