Re: Better peformance: Using static variables or application context object

2004-04-14 Thread Craig McClanahan
Prasad, Kamakshya wrote: Hi All, Performance wise which will be the better way of caching for a web application, using static variables or embedding the object to be cached in the application context object. Unless your server is totally CPU bound, it's unlikely to make any difference at all

Better peformance: Using static variables or application context object

2004-04-13 Thread Prasad, Kamakshya
Hi All, Performance wise which will be the better way of caching for a web application, using static variables or embedding the object to be cached in the application context object. KP