Re: Best Django Deployment

2020-01-25 Thread Motaz Hejaze
08:53 PM UTC+5:30, Motaz Hejaze wrote: >> >> Hey Friends! >> >> I want to ask what is the best Django deployment stack to increase the >> request/per/second rate ?? >> >> does Nginx have better performance than apache ? >> >> What about Gunicor

Re: Best Django Deployment

2020-01-25 Thread aakansha jain
Can anyone tell me how to run the django development environment so that I can contribute to Django. On Wednesday, January 22, 2020 at 10:08:53 PM UTC+5:30, Motaz Hejaze wrote: > > Hey Friends! > > I want to ask what is the best Django deployment stack to increase the > request/

Re: Best Django Deployment

2020-01-25 Thread aakansha jain
Can anyone tell me how to run the django development environment so that I can contribute to Django. On Wed, Jan 22, 2020 at 10:09 PM Motaz Hejaze wrote: > Hey Friends! > > I want to ask what is the best Django deployment stack to increase the > request/per/second rate ?? > &g

Re: Best Django Deployment

2020-01-25 Thread Motaz Hejaze
https://github.com/andrewgodwin/deps/blob/async/draft/0009-async.rst#the-orm On Sat, Jan 25, 2020 at 4:50 PM Motaz Hejaze wrote: > They talking about making django asynchronous nature by the version 3.3 .. > i can see that asynchronous model is high speed and performance like in > node.js > i

Re: Best Django Deployment

2020-01-25 Thread Motaz Hejaze
They talking about making django asynchronous nature by the version 3.3 .. i can see that asynchronous model is high speed and performance like in node.js i don't know if that will be applicable to django On Sat, Jan 25, 2020 at 4:08 PM Nick Sarbicki wrote: > As far as I'm aware the

Re: Best Django Deployment

2020-01-25 Thread Nick Sarbicki
As far as I'm aware the performance difference between gunicorn and uwsgi is minimal. I prefer gunicorn but I have no real rationale for why. For ASGI Vs WSGI, WSGI is the historical standard most things are built on so is by far the easiest to start with. ASGI requires a fundamental change in

Re: Best Django Deployment

2020-01-25 Thread Motaz Hejaze
Guys thank you all for all your answers .. I think i'll go with Nginx rather than Apache , Apache seems to have more options , but also seems old , complicated and heavy ! Now i want to consider which layer of integration with web server to use , i.e should i user Nginx/Gunicorn or Nginx/uwsgi

Re: Best Django Deployment

2020-01-25 Thread Nick Sarbicki
I've used nginx+gunicorn/uwsgi, Apache+modwsgi, Google app engine flex, Google app engine standard, heroku, kubernetes on various cloud platforms, elastic beanstalk deployments and various others. Realistically I don't think there is a "best" way. It all depends on your environment, what you're

Re: Best Django Deployment

2020-01-25 Thread Motaz Hejaze
I found this comparison on a blog .. Apache vs Nginx https://www.hostingadvice.com/how-to/nginx-vs-apache/ -- 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

Re: Best Django Deployment

2020-01-23 Thread Mike Dewhirst
On 24/01/2020 3:14 pm, onlinejudge95 wrote: +1 on the question. Mainly whether the Apache + modWSGI or Nginx is the better way to go. I use Apache + modWSGI because I'm familiar with it. I also run a Mezzanine site which uses Gunicorn + nginx and the setup wasn't difficult. I don't think

Re: Best Django Deployment

2020-01-23 Thread onlinejudge95
+1 on the question. Mainly whether the Apache + modWSGI or Nginx is the better way to go. On Fri, Jan 24, 2020, 7:41 AM Aldian Fazrihady wrote: > Google AppEngine fFex will handle everything for you, but for my > requirement, the price is too expensive, so I don't use it and I also don't > use

Re: Best Django Deployment

2020-01-23 Thread Aldian Fazrihady
Google AppEngine fFex will handle everything for you, but for my requirement, the price is too expensive, so I don't use it and I also don't use any Google cloud product to host my Django app. If your app code is not efficient, it means it will use more resources, then the monthly bill of

Best Django Deployment

2020-01-23 Thread Motaz Hejaze
Any help friends ? -- 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 the web visit

Best Django Deployment

2020-01-22 Thread Motaz Hejaze
Hey Friends! I want to ask what is the best Django deployment stack to increase the request/per/second rate ?? does Nginx have better performance than apache ? What about Gunicorn and other alternatives ? thank you very much -- You received this message because you are subscribed