iu-parfunc / HSBencher

General benchmarking framework. Especially good at parameter studies.
13 stars 8 forks source link

Fusion - rewrite web requests in some monad that abstracts over retry policy #53

Open rrnewton opened 10 years ago

rrnewton commented 10 years ago

Currently the retry policy is hard-coded... it retries an arbitrary 39 times. The operations exposed by Fusion.hs happen in the raw IO monad. This should really be packaged into an abstraction, which can be another monad. Probably some of the monads used in existing web packages are similar to what we want.