On Fri, 2007-11-16 at 18:55 -0800, Graham Dumpleton wrote:
> Python leaks environment variables between sub interpreters in certain
> circumstances based on the order in which the sub interpreters are
> created.
> 
> It is described a bit in section 'Application Environment Variables'
> of:
> 
>   http://code.google.com/p/modwsgi/wiki/ApplicationIssues
> 
> That Django mod_python adapter takes req.subprocess_env and pushes
> them into os.environ is not a particularly good thing and can cause
> various problems as a result as you have found.

Ah ha, thanks very much for the explanation, Graham. Yeah, it doesn't
strike me as particularly desireable, but at least now I know how to
work around it. Thanks!

Steve


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to