On Mar 28, 2009, at 11:47 PM, .david wrote:
Just curious, why does pylons proxy the config object by process? Because this basically makes it impossible to run one pylons app as middleware for another, as one config overwrites the other (since both are running on the same process).
It loads the config into process only on first-load so that things can get to it while the app loads, then its setup as a thread-local during normal request dispatching. Have you tried having a Pylons app proxy to another? It should work right now.
Cheers, Ben
smime.p7s
Description: S/MIME cryptographic signature
