I'm using Channels 2 to build a real time 3D model viewing app where all 
users can rotate and view a model. I'm having to send quite a bit of data 
(roughly one message every 20ms) and I've run into some performance issues.

Daphne seems to just sit at 100% on a single core causing the messages to 
be received by the other users very slowly. I stripped my consumer all the 
way back to basically just a relay server (user sends message, message 
relayed to users in group) thinking that it was some logic I had causing 
the slowness.

I re-created the relay server in node and have zero problems with speed and 
/ or performance.

Am I missing something obvious here or is it the overhead of Django that's 
causing my issues? 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" 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-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2f1f8605-b7f3-4a64-957b-6256d5fef072%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to