19

I want to use django channels on an existing project to support websockets, but i'm having doubts about scalability i know daphne server can only handle so much opened connections

1-how many simultaneous connection can one daphne instance handle?

2-can it scale using a load balancer to be able to handle big traffic (let's say 100k simultaneous websocket connections)?

Zingo
  • 191
  • 1
  • 5
  • 1
    recommend you check this out: https://stackoverflow.com/questions/46764574/running-multiple-instances-of-daphne-behind-a-load-balancer-django-channels and this discussion on github: https://github.com/django/channels/issues/960 – Adarsh Sep 23 '18 at 08:45

0 Answers0