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 scanning the net I found various threading fix patches, and I
> > ended up finding that the thread-local-storage patch seemed to stop the
> > server from crashing. The problem I have now is that occasionally (1 in
>
> Could you give a link to the patch?
>
> Thanks,
>
> Eugene

Sure.. the patch I used was
http://code.djangoproject.com/attachment/ticket/1442/magic.threading.2.patch

Which is really very simple (VERY simple for postgres)

Alex


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

Reply via email to