#1599 closed enhancement (fixed)
Optimize session repository cleanup for WMS requests
Reported by: | brucedechant | Owned by: | brucedechant |
---|---|---|---|
Priority: | low | Milestone: | 2.3 |
Component: | WMS Interface | Version: | 2.2.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
WMS requests create temporary sessions on the server that persist until the server cleans them up as a background task. However, these sessions can be cleaned up immediately because they are only used for the lifetime of the actual WMS request.
Change History (5)
comment:1 by , 14 years ago
Owner: | set to |
---|
comment:2 by , 14 years ago
comment:4 by , 14 years ago
- Updated session repository cleanup code
- Added error logging call that was missing from custom WMS exception macros
Fixed. sandbox/adsk/2.3r r5549
comment:5 by , 14 years ago
- Updated session repository cleanup code
- Added error logging call that was missing from custom WMS exception macros
Fixed. trunk r5550
Note:
See TracTickets
for help on using tickets.
Fixed. sandbox/adsk/2.3r r5544