https://issues.apache.org/bugzilla/show_bug.cgi?id=50317

--- Comment #34 from [email protected] ---
OK, any idea what to do about it or do you think it's OK? This leads to two
requests being passed to the backend server instead of one caused by multiple
(in this case two) keys used for locking.

If the key used in cache providers differs from the original one, shouldn't we
generate the fresh key everytime when creating the lock to have consistent key
across all ap_cache_try_lock(...) calls (basically what my change does)?

Or do you think this is OK, because we get most likely (at least that's how I
understand it) just maximally 2 requests to the backend server (one with
original key and one with the key from cache-provider)?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to