On Sep 1, 2010, at 7:01 AM, mdipierro wrote: > > No we cannot. > > rewrite.params[appname]?
That structure exists, but where would appname come from (in general)? I think that's the same problem. We could maybe stick it in request or response, but params is used a couple of places where that's not available. Maybe the environment that carries request and the other globals? > > On Sep 1, 8:46 am, Jonathan Lundell <jlund...@pobox.com> wrote: >> Massimo, it dawned on me (literally--I was lying in bed with the sun coming >> up) that we can't use the global rewrite.params to store the app-specific >> routing parameters because it's not thread-safe. Right? >> >> But I can't think of where we *could* keep that info, given the places that >> need to use it. >> >> So: help!