I second nginx, just because of the config files are much simpler and
easier to understand, once I started using it I never considered using
apache again.
personally I like postgres, I wouldn't suggest mysql because it doesn't
support ACID, but I can understand people have different tastes

I personally like uwsgi, the killer feature is the reloading, you can
update your code and tell uwsgi to reload the code, it won't close the TCP
connections, meaning that any requests that come in the meantime will wait
instead of failing.

good luck

On Fri, Nov 14, 2014 at 12:53 PM, Some Developer <someukdevelo...@gmail.com>
wrote:

>
> On 14/11/2014 07:20, Pradip Shahi wrote:
>
>
> *Avraham Serour,*
>
> Sorry man, I mean to heart django guys..
> I am pretty much sure with mysql as a backend and javascript on client.
> Would you help me decide on web server.. I had some research on Apache
> with mod wsgi, gnuicorn and nginx.
> Thank you.
>
>
> I use Nginx for everything. Some people use it just to serve static files
> but I find using for everything (dynamic and static content) both easier to
> configure and much more convenient. It has a small memory foot print and is
> very fast. I find it much easier to manage than having both Nginx and
> Apache in the same web stack. Apache kinda sucks when it comes to
> configuration. It just feels like a mess to me where as Nginx is very easy
> and intuitive to use even for complex deployment scenarios.
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5465DF2D.3090904%40googlemail.com
> <https://groups.google.com/d/msgid/django-users/5465DF2D.3090904%40googlemail.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFWa6tJUBh4TF%3DRQ0_7BEu%2BjJPio3bcApYG4fLs1DxW0Tfg07A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to