Re: Application scope question...which is better?

2007-12-31 Thread Sean Corfield
On Dec 31, 2007 8:01 AM, Andy Matthews <[EMAIL PROTECTED]> wrote: > I wonder if anyone knows what the differences might be in performance vs > each of these methods. I sort of suspect that our current method has more > overhead than the proposed method but I'm not sure how to prove it, or to > test

Application scope question...which is better?

2007-12-31 Thread Andy Matthews
My company has a dynamic codebase which programmatically creates 2000+ applications (one for each site we host). Everything unique to a site is stored in either the app scope, or session scope (for each user). I've tossed out the concept of changing our codebase to have just ONE application (per se