Opened 6 years ago
Closed 6 years ago
#1970 closed enhancement (fixed)
SECORE_Handle multiple duplicate requests at once
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | secore | Version: | 9.7 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
SECORE should have a static map of evaluating CRS (e.g: EPSG/0/4326) then next request with the same URL comes while SECORE is processing, this request should wait until the last request finished, then it get the result from cached.
This solves the problem with multiple requests with same CRS from client (e.g: Petascope with 10 coverages with EPSG:4326 and it sends 10 same requests to SECORE).
Note:
See TracTickets
for help on using tickets.