Wednesday, March 31, 2021

Re: Django asychronous for millions of users

Sorry for having been so blunt, but your mail looked to me like some random person asking for how to simply implement something with $framework.

But my remarks had a lot of expirience in them. If you are still not decided on a language or framework then I would suggest you choose the language you are most familiar with and the framework, that offers what you expect from it. Before deciding though you should  also have a look at the integration of caching, because you will definetely need something like e.g. redis and maybe varnish. Additionally you should think about which database you want to use and if this can do clustering.

Django can do all of this and might be the right choice for you, but have a look at how Django "thinks" and decide, if this is a way that you could familiarize yourself well with.

As often in IT there are now real "right" choices, only choices that will be right for you and your usecase.

Cheers

Lars

Am 31.03.21 um 01:28 schrieb Josh moten:
I am trying to implement the right infrastructure, so that I can be able to support all the users. I am in no way trying to deceive anyone. I am asking because I truly want to make the right decisions from the beginning, so that it will be cost effective. I am thinking of using AWS elastic band, so that proper load balancing will be in place. I am also looking up cacheing as well

Sent from my iPhone

On Mar 30, 2021, at 7:13 PM, Lars Liedtke <liedtke@punkt.de> wrote:



Hello Josh,

somehow this sounds a bit sketchy to me. Could you please extend your request to your plans to setup such a system. This is not simply done with choosing "the right"  library or package. This has to be a quite elaborate system with multiple kinds of Software, like caches as redis and/or elasticsearch, most propably load balancers and multiple application servers (which could be run with django). But simply sending a question like you did will not solve the prpably appearing problems you'll be facing, if you really will that many users.

Cheers

Lars

Am 30.03.21 um 13:32 schrieb Josh moten:
I am creating an auction that will be hosting millions to possibly billions of users so I am trying to figure out which would be the best library to use for scalability at a rapid pace. I am positive to reach a million users in four months. What is the best library and/or package to us for over 100k+ users per second? --
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/b0ed59a5-5892-4a0e-b159-adc89476da78n%40googlegroups.com.
--   ---  punkt.de GmbH  Lars Liedtke  .infrastructure    Kaiserallee 13a	  76133 Karlsruhe    Tel. +49 721 9109 500  https://infrastructure.punkt.de  info@punkt.de    AG Mannheim 108285  Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein
--
You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/7XmCZgz3XzI/unsubscribe.
To unsubscribe from this group and all its topics, 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/b93ddf40-0c57-732c-36af-c53728bb7cd4%40punkt.de.
--
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/10F9EE9C-EC21-4BF3-9C42-490D95940A1A%40gmail.com.
--   ---  punkt.de GmbH  Lars Liedtke  .infrastructure    Kaiserallee 13a	  76133 Karlsruhe    Tel. +49 721 9109 500  https://infrastructure.punkt.de  info@punkt.de    AG Mannheim 108285  Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein

No comments:

Post a Comment