[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.axapta.programming

"Global" server-side cache

Andrew Jones

3/2/2006 11:20:00 AM

Hi

Does anybody know a way to cache something on the server, and have it
accessible to all clients (ie a "common" or "global" server-side cache)

Using appl.globalcache() keeps the cache server-side all right, but the
cache is still only accessible to the client which added the data. Obviously
appl is unique per client even though it's running on the AOS.

Anybody know any true shared objects on the server which could help with this?

Thanks

Andrew Jones