Skip to content

How does "Request Coalescing" work? #263

Answered by jodydonetti
lonix1 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @lonix1 , yes that is basically it.

Request Coalescing simply means that multiple requests for the same data at the same time (to be more precise: in the same small time window) are handled as logically the same. To do that, usually a lock is involved, and in FusionCache that is the case with one lock per cache key, to not block a request for product 1 when one for product 2 is being executed, and vice versa.

Hope this helps.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@jodydonetti
Comment options

@lonix1
Comment options

@jodydonetti
Comment options

@lonix1
Comment options

@jodydonetti
Comment options

Answer selected by lonix1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants