Jacob, could you explain why threading.local is heavyweight?  On what 
platforms is the pure Python implementation used?  Windows at least uses 
the C implementation.

DaveW: Couldn't you implement this thread local yourself with a very 
simple middleware component?

--Ned.

DaveW wrote:
> I see that ticket #1268 has been closed as WontFix - threadlocal is
> felt to be to heavyweight a solution. Unfortunately, some mechanism for
> this is going to be needed for Django to be used in many corporate
> environments - has anyone had any other thoughts about how to implement
> this?
>
>
>
>
>
> .
>
>   

-- 
Ned Batchelder, http://nedbatchelder.com

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