Re: maximum number of connection using django-channels

2017-03-02 Thread Andrew Godwin
Hi, There's more about how Channels works in the docs and in talks I've given, but the short version is: * Websockets go into a server called Daphne, which is written in Twisted and so can handle hundreds or potentially thousands of simultaneous connections open at once * Any event on a

maximum number of connection using django-channels

2017-03-02 Thread Gopal
Hello everyone, I am using django=1.10.5 and channels==1.0.3 in my project. First i will give you little description about my project so that you all can understand my question properly. I am getting latitude and longitude of android device(first user) using websockes. So that android