stm-stats: retry statistics for STM transactions

[ bsd3, concurrency, library ] [ Propose Tags ]

This module provides functions that can replace calls to atomically and count how often the transaction was retried until it succeeded. It can emit warnings when transaction are retried more often than a given threshold, and provides global statistics across all transaction.

As an additional feature, if the transaction was named, transaction-related exceptions such as BlockedIndefinitelyOnSTM are replaced by variants that indicate which transaction caused the exception.

Changelog:

0.2.0.0

Added warnInSTMFunction to TrackSTMConf.
Bugfix with the global retry count warning.
0.1.0.0
(2011-10-09)
Initial Release

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0
Dependencies base (>=4 && <5), containers, stm, template-haskell, time [details]
License BSD-3-Clause
Author David Leuschner <leuschner@factisresearch.com>, Stefan Wehr <wehr@factisresearch.com>, Joachim Breitner <mail@joachim-breitner.de>
Maintainer Joachim Breitner <mail@joachim-breitner.de>
Category Concurrency
Source repo head: darcs get http://darcs.umidev.de/pub/stm-stats/
Uploaded by JoachimBreitner at 2011-10-10T18:16:36Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2369 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]