Task #3175 (closed)
Make PerSessionStats' content lookup non-blocking.
Reported by: | jamoore | Owned by: | jamoore |
---|---|---|---|
Priority: | critical | Milestone: | OMERO-Beta4.2.1 |
Component: | Performance | Version: | n.a. |
Keywords: | n.a. | Cc: | |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | 2010-10-28 (18) |
Description
There's no reason to have PerSessionStats wait on the update. If it is not available (i.e. there is contention on the lookup), then presumably worst case a NullPointerException will be thrown which will end the thread anyway.
Change History (3)
comment:1 Changed 14 years ago by jmoore
- Owner set to jmoore
- Status changed from new to assigned
comment:2 Changed 14 years ago by jmoore
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 14 years ago by jmoore
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [8395]) Using cached SessionStats in CurrentDetails (Fix #3175, See #3182)