is it possible to save information for all users for a webpage in asp.net? At the moment every User get a online list dynamicly every 10 seconds - so on 200 Users this will be 10x6x200 = 12000 database querys a minute. But all Users going to have the same information at this time.
Is it possible to save the onlinelist every 10 seconds in somethin like a global location, something like a session but not per User, i will have this for all users - and only save this 10 seconds so the first call after 10 seconds refreshes the information?!