distributed-caching
What does a Terracotta server do when it is used as a backend for EHCache with Hibernate?
My DAL is implemented with Hibernate and I want to use EHCache as its second level cache with its distributed capabilities (for scalability and HA).[详细]
2023-02-07 14:14 分类:问答Do you recommend any good book about distributed systems and cloud computing? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-06 15:43 分类:问答Paging, listing and grouping queries with AppFabric Cache
I read a lot of documents about AppFabric caching but most of them cover simple scenarios. For example adding city list data or shopping card data to the cache.[详细]
2023-02-06 15:37 分类:问答Caching using hibernate
I have 2 applications.First one is a web application through which we provision reference data.Second one is an ESB based application where the reference data is used.The reference data changes but no[详细]
2023-02-03 08:25 分类:问答With Hazelcast what is better, one big map or many small maps?
I would like to create a rate-limter system which can rate-limit requests to multiple servers. For this i would like to create counters ( 1 counter for each ip[详细]
2023-01-31 12:22 分类:问答Refresh Enterprise Library Cache After External App Updates It
After searching around for months on and off I finally decided to post this up. We have an ASP.NET MVC app that uses enterprise library to cache items. We also use a windows service that every so of[详细]
2023-01-27 10:31 分类:问答Caching all users in ASP.NET
I am working on a web app in ASP.NET/C# which needs to be scalable to handle the high user load (will probably run in a web farm). Since it will cater to a high number of users, around 1 Million plus,[详细]
2023-01-12 23:56 分类:问答NorthscaleClient does not Set values consistently
I am using NorthscaleClient from Enyim Memcached client libary to store objects in Northscale Memcached Server. Below does not wor开发者_JS百科k consistently, assertion fails most of the time. Am I do[详细]
2023-01-11 08:07 分类:问答Synchronize access to keys stored in distributed cache (SharedCache)
In my project I am using SharedCache as a distributed caching mechanism. There are multiple instances of a service deployed in webfarm which accesses this cached data. The data which is cached is tran[详细]
2023-01-09 21:32 分类:问答Choosing a distributed shared memory solution
I have a task to build a prototype for a massively scalable distributed shared memory (DSM) app. The prototype would only serve as a proof-of-concept, but I want to spend my time most effectively by p[详细]
2023-01-03 17:55 分类:问答