What is the lifetime of an AppDomain in WCF?
Does it relate to InstanceContextMode, ConcurrencyMode and/or AspNetCompatibilityRequirements RequirementsMode?
I'm looking to know how long my static variables will be around and how often they'll have to be recreated.