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 application is connected to my django 
server(second user) through websocket (implemented using channels), and i 
am storing all latitude of longitude of all connected android devices using 
that app. After that i am sending all those locations to web browsers(third 
user). So basically i am taking location from android devices (or from 
first user), storing into server's database (or to second user) and showing 
those location to web browser (or to third user). They all are 
communicating using websocket. Now my question is how many clients or user 
can connect to that websocket and does number of connections depend upon 
free ports or does it depend on RAM and second question is that can some 
one explain in detail from OS perspective that how does django-channel 
works ???

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/a9cd7ffd-0f69-4aff-b6c2-8ae4bf9df091%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to