Re: apache threading - 'QueryDict' object has no attribute '_mutable'

2006-03-29 Thread Ivan Sagalaev
Eugene Lazutkin wrote: >Woot! 1539 and 1442 are both committed! Now all multithreaded guys, and >MySQL users can start up projects right out of the box without digging >for "magic incantations" in tickets, mail lists, and blogs! > > Woots and thanks to Adrian and Eugene from me too :-) I hop

Re: apache threading - 'QueryDict' object has no attribute '_mutable'

2006-03-28 Thread Eugene Lazutkin
Adrian Holovaty wrote: > > Thanks, guys! I've commited that. Woot! 1539 and 1442 are both committed! Now all multithreaded guys, and MySQL users can start up projects right out of the box without digging for "magic incantations" in tickets, mail lists, and blogs! Thanks, Eugene --~--~-

Re: apache threading - 'QueryDict' object has no attribute '_mutable'

2006-03-28 Thread Adrian Holovaty
On 3/25/06, Eugene Lazutkin <[EMAIL PROTECTED]> wrote: > The patch is in the Trac: http://code.djangoproject.com/ticket/1539. > I've submitted both versions for the Django trunk and the magic-removal > branch. > > Big thanks to Alex Brown for finding the bug and testing the fix. Thanks, guys! I'v

Re: apache threading - 'QueryDict' object has no attribute '_mutable'

2006-03-24 Thread Eugene Lazutkin
The patch is in the Trac: http://code.djangoproject.com/ticket/1539. I've submitted both versions for the Django trunk and the magic-removal branch. Big thanks to Alex Brown for finding the bug and testing the fix. Thanks, Eugene Alex Brown wrote: > Ivan Sagalaev wrote: >> I think so too...

Re: apache threading - 'QueryDict' object has no attribute '_mutable'

2006-03-24 Thread Alex Brown
Ivan Sagalaev wrote: > I think so too... I was investigating Alex's report and it looks like > somewhere onr thread is creating a QueryDict and another tries to access > it while it's being created. It's the only place where it doesn't > contain self._mutable. > > This may mean that mod_python som

Re: apache threading - 'QueryDict' object has no attribute '_mutable'

2006-03-24 Thread Eugene Lazutkin
Ivan Sagalaev wrote: >> > I think so too... I was investigating Alex's report and it looks like > somewhere onr thread is creating a QueryDict and another tries to access > it while it's being created. It's the only place where it doesn't > contain self._mutable. > > This may mean that mod_pyt

Re: apache threading - 'QueryDict' object has no attribute '_mutable'

2006-03-24 Thread Ivan Sagalaev
Eugene Lazutkin wrote: >Alex: I'll look into this problem. Most probably there is a racing >condition in multithreaded Django. It doesn't look like it is related to >database backends. > I think so too... I was investigating Alex's report and it looks like somewhere onr thread is creating a Qu

Re: apache threading - 'QueryDict' object has no attribute '_mutable'

2006-03-23 Thread Eugene Lazutkin
Alex Brown wrote: > > Let me know if there is anything I can do to help. In e-mail. Thanks, Eugene --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djang

Re: apache threading - 'QueryDict' object has no attribute '_mutable'

2006-03-23 Thread Alex Brown
Eugene Lazutkin wrote: > Alex Brown wrote: > > Eugene Lazutkin wrote: > > > >> Alex Brown wrote: > >>> I am running django on a Windows server (apache 2.0.54/mod_python > >>> 3.1.3/postgres 8.0.3) > >>> > >>> Django would crash apache when running multiple automated scripts > >>> POSTing data at a

Re: apache threading - 'QueryDict' object has no attribute '_mutable'

2006-03-23 Thread Eugene Lazutkin
Alex Brown wrote: > Eugene Lazutkin wrote: > >> Alex Brown wrote: >>> I am running django on a Windows server (apache 2.0.54/mod_python >>> 3.1.3/postgres 8.0.3) >>> >>> Django would crash apache when running multiple automated scripts >>> POSTing data at a high rate through a generic create_obje

Re: apache threading - 'QueryDict' object has no attribute '_mutable'

2006-03-23 Thread Alex Brown
Eugene Lazutkin wrote: > Alex Brown wrote: > > I am running django on a Windows server (apache 2.0.54/mod_python > > 3.1.3/postgres 8.0.3) > > > > Django would crash apache when running multiple automated scripts > > POSTing data at a high rate through a generic create_object view. > > > > After

Re: apache threading - 'QueryDict' object has no attribute '_mutable'

2006-03-23 Thread Eugene Lazutkin
Alex Brown wrote: > I am running django on a Windows server (apache 2.0.54/mod_python > 3.1.3/postgres 8.0.3) > > Django would crash apache when running multiple automated scripts > POSTing data at a high rate through a generic create_object view. > > After scanning the net I found various threa

apache threading - 'QueryDict' object has no attribute '_mutable'

2006-03-22 Thread Alex Brown
I am running django on a Windows server (apache 2.0.54/mod_python 3.1.3/postgres 8.0.3) Django would crash apache when running multiple automated scripts POSTing data at a high rate through a generic create_object view. After scanning the net I found various threading fix patches, and I ended up