On Oct 16, 2008, at 4:14 PM, Doug Van Horn wrote: > I was just wondering if anyone else had been through this cycle? My > testing showed I didn't have any issues with mod_wsgi/prefork leaking > info across apps, but maybe someone else has? > > I'm pretty much thinking I shouldn't have bothered with all this fancy > worker and wsgi stuff and just stuck with the prefork/mod_python > configuration. After all, I'm running business applications, not > social networking sites.
Yeah, actually I had the same problem with timezones in embedded mode, and some other weird problems with psycopg2, too. Daemon mode fixed all of them, and my experience bears out what Graham said: this setup handles more load than prefork with fewer processes and less memory, and the footprint's more predictable. There are other benefits, like the ability to run different sites as different users, but that was my main concern. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---