Thread Safety regarding RequestHistoryCache in Diagnostics
7 views
Skip to first unread message
Matthew Smith
unread,
May 23, 2012, 12:57:36 PM5/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fubumv...@googlegroups.com
Looking at the RequestHistoryCache it doesn't look like there is any kind of thread safety. Is there something external to that class that is enforcing that?
Jeremy D. Miller
unread,
May 23, 2012, 1:18:36 PM5/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fubumv...@googlegroups.com
I think that's an egg on face observation. RequestHistoryCache is not thread safe.
Sounds like an awesome opportunity for a pull request!
From: Matthew Smith <mtsc...@gmail.com> To:fubumv...@googlegroups.com Sent: Wed, May 23, 2012 12:01:24 PM Subject: [fubumvc] Thread Safety regarding RequestHistoryCache in Diagnostics
Looking at the RequestHistoryCache it doesn't look like there is any kind of thread safety. Is there something external to that class that is enforcing that?