Re: Django 1.0.2 Thread safety

2009-07-13 Thread qwcode
>I've hit http://code.djangoproject.com/ticket/10470 on production what's the the symptom when you hit this bug? P.S. I'm wanting to use mod_wsgi in daemon mode with threading to conserve memory. I guess I'll manually update or wait for v1.1 --~--~-~--~~~---~--~~

Re: Django 1.0.2 Thread safety

2009-07-01 Thread Karen Tracey
On Wed, Jul 1, 2009 at 9:38 AM, Miles wrote: > > On Jun 30, 8:10 am, Thomas Guettler wrote: > > Hi, > > > > I hit this bug some time ago, too. If you run SVN 1.0.X you get the > > bug fixes for free. > > > > Thomas > > Yeah, but then you have to test your

Re: Django 1.0.2 Thread safety

2009-07-01 Thread Miles
On Jun 30, 8:10 am, Thomas Guettler wrote: > Hi, > > I hit this bug some time ago, too. If you run SVN 1.0.X you get the > bug fixes for free. > >   Thomas Yeah, but then you have to test your releases really carefully on each svn up - not every commit has gone through a

Re: Django 1.0.2 Thread safety

2009-06-30 Thread Thomas Guettler
Hi, I hit this bug some time ago, too. If you run SVN 1.0.X you get the bug fixes for free. Thomas Miles schrieb: > There should be a little warning in the 1.0.2 docs or on > http://code.djangoproject.com/wiki/DjangoSpecifications/Core/Threading > that it is *not* thread safe. > > I've hit

Django 1.0.2 Thread safety

2009-06-29 Thread Miles
There should be a little warning in the 1.0.2 docs or on http://code.djangoproject.com/wiki/DjangoSpecifications/Core/Threading that it is *not* thread safe. I've hit http://code.djangoproject.com/ticket/10470 on production, applied the patches manually. Please make sure you apply both