Wednesday, December 7, 2022

Re: Django Request

Hi friends. I write these lines for help as I am new in django. I built a project and I deployed but for some razon, it doesn't work everey thing fine. The main issue is that my store doesn't appear whit its items. The site is solquimicas.tk

This is an spanish site, so tienda is the store

El mar, 22 nov 2022 a las 16:44, Alexander Neilson (<alexander@neilson.net.nz>) escribió:
The answers will be somewhat joking like the ones above because it is so heavily dependent on how you code your application in django and the system you run it on.

A super basic function that returns a static value to a browser may do huge numbers but that is not actual work (a static response it better written out once and a highly optimised HTTP server to fling it out of ram)

The workload you actually perform on it will change performance numbers massively and the libraries you use, coding methodologies, etc.

You could describe what you want to do with it and someone may have some experience with that sort of system who could give you some guidance. But in general any framework only has to be able to perform and scale to the needs of your system while working within the constraints you have, Django may be the perfect system for you, if you are making an API possibly with DRF. But another python framework may suit you better for your particular goals.

This shows some of the massive range in performance of a basic function before some optimisation and after

Regards
Alexander

Alexander Neilson
Neilson Productions Limited

alexander@neilson.net.nz
021 329 681
022 456 2326


On Wed, 23 Nov 2022 at 09:10, nana kwame <knana1662@gmail.com> wrote:
Please how many request (range of numbers of request) can Django process?

On Tue, 22 Nov 2022 at 14:47, 'Kasper Laudrup' via Django users <django-users@googlegroups.com> wrote:
On 22/11/2022 12.20, nana kwame wrote:
> Please how many requests can Django process based on real test conducted.

All of them.

Kind regards,

Kasper Laudrup

--
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/Ba2HwWZiKB0/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/b9779b25-6f0e-66a3-d441-69c2f437a8c5%40stacktrace.dk.

--
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/CALShLH%3DCK2sH1j8iiB3oKK5xPkASXYLx4A5UHo4Bv_evkyFchw%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/CAHYTDkSryWpKjbsYKww5dGcK0WC%3DBawO7sXZng4QA3ctPKrh0w%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/CAG%2BF8c3AOyoWd1PpW7WyPgbYsCkbBX0Q_8pkoSFW4K4CE2d%3DYw%40mail.gmail.com.

No comments:

Post a Comment