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 -~----------~----~----~----~------~----~------~--~---