Re: Is Django limited by Python's GIL? If not, are there any benchmarks for multiple connections?

2020-05-26 Thread graeme
On Tuesday, May 26, 2020 at 1:33:47 PM UTC+1, navinipe wrote: > > Hello, > > I'm a freelancer just getting introduced to web app programming, and will > soon need to create web apps for clients who want a database of info for > many of their customers and clients who want an e-commerce

Re: Is Django limited by Python's GIL? If not, are there any benchmarks for multiple connections?

2020-05-26 Thread Alejandro Garrido Gongora
No problem :). El mar., 26 may. 2020 a las 15:13, navinipe () escribió: > This is very helpful. Thanks Alejandro! > > -- > 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

Re: Is Django limited by Python's GIL? If not, are there any benchmarks for multiple connections?

2020-05-26 Thread navinipe
This is very helpful. Thanks Alejandro! -- 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+unsubscr...@googlegroups.com. To view this discussion on

Re: Is Django limited by Python's GIL? If not, are there any benchmarks for multiple connections?

2020-05-26 Thread Alejandro Garrido Gongora
https://medium.com/@KonopkaKodes/an-introduction-to-asynchronous-programming-in-python-6809a4385f69 https://docs.djangoproject.com/en/3.0/topics/async/ https://blog.disqus.com/scaling-django-to-8-billion-page-views

Is Django limited by Python's GIL? If not, are there any benchmarks for multiple connections?

2020-05-26 Thread navinipe
Hello, I'm a freelancer just getting introduced to web app programming, and will soon need to create web apps for clients who want a database of info for many of their customers and clients who want an e-commerce website. I know of Python's GIL, and I assume Django creators would've obviously