Matteo Caprari

307
Reputation
105 views

Registered User

Name Matteo Caprari
Member for 1 year
Seen yesterday
Website
Location London
Age 30
Surprisingly, I'm a software developer.
Oct
17
awarded  Self-Learner
Sep
16
awarded  Yearling
Aug
6
comment Eventually consistent mnesia database with erlang. Best practices anyone?
Currently announce and torrent data are stored in memory-only mnesia tables (I still keep the disc copied disabled), which is of course extremely fast. Persisting to disk would anyway make the service more resilient to a system failure (even accounting for bittorrent implicit resilience) and to keep minimal torrent related information over time (numer of completed downloads). (mcaprari.github.com/peasy-torrent-tracker)
Jul
29
comment How do I do dependency injection and mocks in erlang?
Thanks Gordon, very well explained. I'm still trying to switch to the functional paradigm. Anyway, in this project I'm writing (a torrent tracker), all calls originate from the web layer and end up in the database, so most modules do have or depend from side-effects. I'll try the standard test framework.
Jul
29
asked How do I do dependency injection and mocks in erlang?
Jul
28
asked Eventually consistent mnesia database with erlang. Best practices anyone?
Jul
28
accepted In erlang/OTP how do I start appmon to monitor an existing node?
Jul
24
answered In erlang/OTP how do I start appmon to monitor an existing node?
Jul
24
awarded  Editor
Jul
24
revised Erlang: how can I reference an anonymous function from within the body?
added 237 characters in body; edited tags
Jul
24
asked Erlang: how can I reference an anonymous function from within the body?
Jul
24
answered What’s a good IDE for Erlang programming?
Jul
24
asked In erlang/OTP how do I start appmon to monitor an existing node?
Jul
24
awarded  Scholar
Jul
21
asked erlang - how can I match tuple contents with qlc and mnesia ?
Jun
9
awarded  Supporter