Comment 8 for bug 631884

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 631884] Re: multiple variables pointing to FeatureController get out of sync easily

I was thinking about this, and I wonder if we would be better off
having just a single featurecontroller object, then having functions
that pass in scopes appropriate to the web request or whatever other
context.

There's not really any good reason (I can see) that the controller
itself needs to be per thread and removing it would at least make it
easier to see what's going on.

--
Martin