Just so I'm clear, you're saying that under no circumstances will the singleton class be removed? Programmatic replacement of the top level application won't discard this singleton? And the replaced application when it refers to the singleton class will be referring to the exact same class (and thus singleton)?
--- In [email protected], Matt Chotin <[EMAIL PROTECTED]> wrote: > I think rather than storing things directly on the application or on _global > I'd recommend using a singleton class. That way you can control things a > little better programmatically but still have the static reference which > will exist for the life of the app. > >

