Thursday, February 27, 2020

About Django performance

I'm trying to build a server. 

Data transmitted from the wireless communication device enters the database via this server. 

We will use Message Queue to avoid losing data (VernaMQ). 

I'm curious to see if Django is a suitable server for sending and receiving data from multiple wireless devices, and if there is a problem, is there an alternative to using Django?

--
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 django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/581a2e10-95fd-47c9-a680-3eeaf7a8eb1e%40googlegroups.com.

No comments:

Post a Comment