InfoQ

InfoQ

Editor Specific Content View

All of Lan Vuong's Content on InfoQ


Latest featured content by Lan Vuong

Extreme Transaction Processing Patterns: Write-behind Caching

Topics
Clustering & Caching,
Java,
Data Access,
Architecture,
Performance & Scalability

Lan Vuong shows how to optimize the performance of an application by leveraging the write-behind caching pattern which sends batch updates to the back-end database asynchronously within a user configurable interval of time, instead of doing sychronous write-through updates typical in web apps.