LESSON: Store Fast Changing Business Data in Memory

One of our legacy web application, receives feed stream data and provides XML query service, this application processes stream data and stores the whole data structure in memory.

Now we have encountered troubles when we want to scale horizontally, we can't ensure each Tomcat cluster member can provide consistent state.

So I consider migration to Redis.

你可能感兴趣的:(LESSON: Store Fast Changing Business Data in Memory)