Django not thread-safe?

2007-02-26 Thread Michael Radziej
Hi, Jacob states in Ticket #3357 [1] that Django were far from being thread-safe. But on the other side, Django is able to run as threaded fastcgi-server (at least with the right backend module version ...) Isn't this a contradiction? References: [1] http://code.djangoproject.com/ticket/3357#co

Re: Django not thread-safe?

2007-02-26 Thread Gábor Farkas
Michael Radziej wrote: > Hi, > > Jacob states in Ticket #3357 [1] that Django were far from being > thread-safe. But on the other side, Django > is able to run as threaded > fastcgi-server i think this part is the one where we have to be more exact. does that mean that : "it is guaranteed

Re: Django not thread-safe?

2007-02-26 Thread Ivan Sagalaev
Michael Radziej wrote: > Hi, > > Jacob states in Ticket #3357 [1] that Django were far from being > thread-safe. But on the other side, Django is able to run as threaded > fastcgi-server (at least with the right backend module version ...) > Isn't this a contradiction? > > References: > > [1] h

Re: Django not thread-safe?

2007-02-27 Thread Rob Hudson
This patch being: * good for local testing that more closely resembles a real hosting environment (eg: with AJAX testing) * for the development server only * and disabled by default you'd think it would be an easy inclusion. I'd like to know more too. -Rob --~--~-~--~~---

Re: Django not thread-safe?

2007-02-27 Thread Michael Radziej
Hi, just for your information, I've reopened the ticket, asking Jacob for details about Django being not thread-safe. http://code.djangoproject.com/ticket/3357#comment:8 Michael --~--~-~--~~~---~--~~ You received this message because you are subscribed to the