I am running CherryPy 3.0.1 with django + nginx for static content on
my production server for several months without any issues. It also
shows very well perfomance, even better than apache/mod_python and
very small memory usage. Ideal solution!

On Aug 28, 6:39 pm, Justin Johnson <[EMAIL PROTECTED]> wrote:
> I've managed to get Django working nicely with CherryPy using WSGI.  
> Previously I've deployed Django with Apache and ModPython where each
> requested is serviced by a separate Python instance.
>
> This isn't the case with CherryPy though as it's thread based which
> leads me to the following concern:  is it safe to serve Django with
> CherryPy?
>
> Cheers,
>
> Justin


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to