Saturday, June 26, 2021

Re: Best way to optimize API requests calls from over 10,000 users simultaneously


On Mon, Jun 21, 2021, 8:49 PM Alejandro Garrido Gongora <nolodelatorre@gmail.com> wrote:
For big problems the answer is in 99% of cases split the problem, maybe your problem is your architecture, also you will need cache, also Async, maybe you need to en queue  some routines maybe you need more hardware, maybe you need to optimize your data structures, maybe the join of all those solutions is what you need.

Regards.

De: django-users@googlegroups.com <django-users@googlegroups.com> en nombre de carlos <crocha09.09@gmail.com>
Enviado: Monday, June 21, 2021 4:57:02 PM
Para: django-users@googlegroups.com <django-users@googlegroups.com>
Asunto: Re: Best way to optimize API requests calls from over 10,000 users simultaneously
 
maybe try used cache when call many users

Cheers

On Mon, Jun 21, 2021 at 8:18 AM Kasper Laudrup <laudrup@stacktrace.dk> wrote:
On 21/06/2021 15.55, Sunday Iyanu Ajayi wrote:
> I want to be able to manage API calls from over 10000 users without
> getting network timeout errors

Are you having issues doing so now?

What have you done to try and profile your code for bottlenecks?

What kind of help are you looking? Paid consultancy?

Etc.

You cannot really expect anyone to be able to help you if you don't take
some time trying to formulate a real question.

Kind regards,

Kasper Laudrup

--
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/7a436427-1069-d173-3e32-0339be9328dc%40stacktrace.dk.


--
att.
Carlos Rocha

--
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/CAM-7rO33XnZDcXrjQJS%2Bbawy7%3D_HTAMfxfa2MT8ruyDXkE8h%2Bw%40mail.gmail.com.

--
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/VI1PR0402MB3342DC9605EF444EA2B6CF35F60A9%40VI1PR0402MB3342.eurprd04.prod.outlook.com.

--
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/CAMKMUjsW7C5z6zeTPDmPNNDD_DVLkqBdUXhK8kfqAbg0kN4gNA%40mail.gmail.com.

No comments:

Post a Comment