local appConfig[myUniqueArgv0] = { .. some config data .. }
Seems viable to me. I have no problem with different apps having access to each instance' unique app configuration - could be handy for a lot of things. "Copy system config", "Reset to config <blah>", etc.
Comments