On Wed, 2009-10-07 at 23:54 +0100, Oli Warner wrote:
>         People quite happily run Django on memory starved VPS systems
>         using
>         Apache/mod_wsgi with optional nginx front end for static
>         files.
> 
> Apache is woefully slow and inefficient at static serving. A static
> reverse proxy is not optional for sane people.
> 
> And I'd rather just admin one server.
> 

FUD. You just think it is slow and inefficient because you have never
configured it correctly. 

However, that is largely irrelevant. There is no tangible difference in
speed serving django from one fcgi/wsgi server than from almost any
other. Anything you do in django will be orders of magnitude slower than
what the server does.

Cheers

Tom


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to